This commit is contained in:
2020-03-17 18:54:00 +01:00
parent 9cc56f398d
commit a0ffd43ee0
5 changed files with 14 additions and 6 deletions

View File

@@ -20,7 +20,6 @@ spec:
- name: update-yaml
image: alpine
script: |
#!/usr/bin/env bash
sed -i -e s;DEPLOY_NAME;$(params.deploy-name);g $(params.yaml-location)
sed -i -e s;DEPLOY_VERSION;$(params.deploy-version);g $(params.yaml-location)
- name: deploy-new-app