Compare commits

..

2 Commits

Author SHA1 Message Date
decentral1se 98b8d58bbc
Prefer --fast for skipping all checks
continuous-integration/drone/pr Build is passing Details
Closes https://git.autonomic.zone/coop-cloud/abra/issues/169
2021-06-08 12:28:41 +02:00
decentral1se a019417fd2
Avoid PR publishing
continuous-integration/drone/push Build is passing Details
2021-06-08 12:27:50 +02:00
1 changed files with 8 additions and 0 deletions

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