test pipeline
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-09-22 00:04:28 +02:00
parent 5b237cec83
commit 9467895a2f
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -29,12 +29,12 @@ steps:
- staging - staging
- staging-${DRONE_BUILD_NUMBER} - staging-${DRONE_BUILD_NUMBER}
when: when:
branch: branch:
exclude: exclude:
- master - master
event: event:
exclude: - push
- push - pull_request
- name: bump tag in deployment-repo (prod) - name: bump tag in deployment-repo (prod)
image: aaronriedel/kustomize-ci image: aaronriedel/kustomize-ci
commands: commands:
@ -67,8 +67,8 @@ steps:
exclude: exclude:
- master - master
event: event:
exclude: - push
- push - pull_request
- name: push new tag to deployment-repo (prod) - name: push new tag to deployment-repo (prod)
image: appleboy/drone-git-push image: appleboy/drone-git-push
settings: settings:
@ -107,8 +107,8 @@ steps:
exclude: exclude:
- master - master
event: event:
exclude: - push
- push - pull_request
volumes: volumes:
- name: deployment-repo - name: deployment-repo
temp: {} temp: {}