fix typo in pipeline
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed

This commit is contained in:
Aaron Riedel 2024-08-07 21:42:03 +02:00
parent 7ecd1ba594
commit 32c2c282a0
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -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