Undisable custom events when
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
tobias 2024-06-05 22:20:14 +02:00
parent dfe692ed55
commit 7bb72df318

View File

@ -17,12 +17,6 @@ steps:
context: payload
dockerfile: payload/Dockerfile
target: dev
when: &exclude-event-custom
branch:
- main
event:
exclude:
- custom
- name: publish payload prod container
image: plugins/docker
@ -31,8 +25,6 @@ steps:
username: 3wordchant
repo: git.autonomic.zone/autonomic-cooperative/nextload-prod
target: prod
when:
<<: *exclude-event-custom
- name: deploy stack
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
@ -53,6 +45,4 @@ steps:
DRONE_URL: "https://drone.autonomic.zone"
PAYLOAD_URL: "https://admin.paystro.swarm-demo.autonomic.zone"
depends_on:
- publish payload prod container
when:
<<: *exclude-event-custom
- publish payload prod container