fix typo in pipeline
This commit is contained in:
parent
7ecd1ba594
commit
32c2c282a0
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ steps:
|
|||
image: git.ar21.de/aaron/kustomize-ci
|
||||
commands:
|
||||
- git clone https://git.ar21.de/yolokube/core-deployments.git deployment-repo
|
||||
- cd /deployment-repo/dashboard/overlays/staging
|
||||
- kustomize edit set image git.ar21.de/yolokube/dashboard=git.ar21.de/yolokube/dashboard:staging-${CI_PIPELINE_NUMBER}
|
||||
- kustomize edit set image git.ar21.de/yolokube/dashboard=git.ar21.de/yolokube/dashboard:staging-${CI_PIPELINE_NUMBER} deployment-repo/dashboard/overlays/staging
|
||||
when:
|
||||
- branch:
|
||||
exclude: master
|
||||
|
|
Loading…
Reference in a new issue