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