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
|
image: git.ar21.de/aaron/kustomize-ci
|
||||||
commands:
|
commands:
|
||||||
- git clone https://git.ar21.de/yolokube/core-deployments.git deployment-repo
|
- 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} deployment-repo/dashboard/overlays/staging
|
||||||
- kustomize edit set image git.ar21.de/yolokube/dashboard=git.ar21.de/yolokube/dashboard:staging-${CI_PIPELINE_NUMBER}
|
|
||||||
when:
|
when:
|
||||||
- branch:
|
- branch:
|
||||||
exclude: master
|
exclude: master
|
||||||
|
|
Loading…
Reference in a new issue