Compare commits

..

2 Commits

Author SHA1 Message Date
decentral1se
98b8d58bbc
Prefer --fast for skipping all checks
All checks were successful
continuous-integration/drone/pr Build is passing
Closes https://git.autonomic.zone/coop-cloud/abra/issues/169
2021-06-08 12:28:41 +02:00
decentral1se
a019417fd2
Avoid PR publishing
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-08 12:27:50 +02:00

View File

@ -32,6 +32,10 @@ steps:
- run shellcheck
- run flake8
- run unit tests
when:
event:
exclude:
- pull_request
- name: trigger downstream builds
image: plugins/downstream
@ -47,6 +51,10 @@ steps:
- run flake8
- run unit tests
- publish image
when:
event:
exclude:
- pull_request
- name: notify on failure
image: plugins/matrix