Compare commits
2 Commits
c306d03a38
...
98b8d58bbc
Author | SHA1 | Date | |
---|---|---|---|
|
98b8d58bbc | ||
|
a019417fd2 |
@ -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
|
||||
|
Reference in New Issue
Block a user