fix-stuff #9

Closed
sebleh wants to merge 4 commits from fix-stuff into dev
Showing only changes of commit 7c39446aca - Show all commits

View file

@ -20,8 +20,9 @@ steps:
- name: bump tag in deployment-repo - name: bump tag in deployment-repo
image: aaronriedel/kustomize-ci image: aaronriedel/kustomize-ci
commands: commands:
- cd /deployment-repo/dashboard - cd /deployment-repo
- git clone https://git.ar21.de/yolokube/core-deployments.git . - git clone https://git.ar21.de/yolokube/core-deployments.git .
- cd /deployment-repo/dashboard
- kustomize edit set image yolokube/dashboard=yolokube/dashboard:${DRONE_BUILD_NUMBER} - kustomize edit set image yolokube/dashboard=yolokube/dashboard:${DRONE_BUILD_NUMBER}
- kustomize build -o /deployment-repo/dashboard/dashboard.yaml - kustomize build -o /deployment-repo/dashboard/dashboard.yaml
volumes: volumes: