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
image: aaronriedel/kustomize-ci
commands:
- cd /deployment-repo/dashboard
- cd /deployment-repo
- 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 build -o /deployment-repo/dashboard/dashboard.yaml
volumes: