forked from fbrinker/docker-tileboard-OUTDATED
Add check for master changes
This can abort the whole pipeline, because releases also show up as a commit.
This commit is contained in:
parent
224d68233d
commit
0c95977e66
@ -5,6 +5,12 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Check for changes in master branch
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- apk update && apk add bash curl grep jq sed
|
||||||
|
- ./check-master-for-changes.sh
|
||||||
|
|
||||||
- name: Build & Publish Development Image
|
- name: Build & Publish Development Image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
Reference in New Issue
Block a user