diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-26 01:18:02 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-26 01:18:02 +0000 |
| commit | 815777686c9be3508e006265048e4cba37cab688 (patch) | |
| tree | 25f650b2d2c2132ff6c82bdccaef961cd7f3cee0 /.drone.yml | |
| parent | 25b67e7ef4c2935a54ec0485a40bc8d69252dd43 (diff) | |
| download | ao-coverage-815777686c9be3508e006265048e4cba37cab688.tar.gz ao-coverage-815777686c9be3508e006265048e4cba37cab688.tar.bz2 ao-coverage-815777686c9be3508e006265048e4cba37cab688.zip | |
echo subbed file
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ steps: kubernetes_cert: from_secret: kube_cert commands: - - $(awk '{sub("'"${DRONE_REPO}"':latest","'"${DRONE_REPO}:${DRONE_COMMIT_SHA}"'", $0); print}' .kubernetes/deployment.yaml) > .kubernetes/deployment.yaml + - echo $(awk '{sub("'"${DRONE_REPO}"':latest","'"${DRONE_REPO}:${DRONE_COMMIT_SHA}"'", $0); print}' .kubernetes/deployment.yaml) > .kubernetes/deployment.yaml - kubectl apply -f .kubernetes when: event: |
