fix pipeline 3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-09-22 00:21:13 +02:00
parent fb60d3b25a
commit c67dc3b0b3
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -32,10 +32,8 @@ steps:
branch:
exclude:
- master
when:
event:
exclude:
- push
- push
- name: bump tag in deployment-repo (prod)
image: aaronriedel/kustomize-ci
commands:
@ -69,7 +67,6 @@ steps:
- master
event:
- push
- pull_request
- name: push new tag to deployment-repo (prod)
image: appleboy/drone-git-push
settings:
@ -109,7 +106,10 @@ steps:
- master
event:
- push
- pull_request
volumes:
- name: deployment-repo
temp: {}
when:
event:
exclude:
- pull_request