Add check for master changes

This can abort the whole pipeline, because releases also show up as a commit.
This commit is contained in:
akloeckner 2021-05-10 09:35:10 +00:00
parent 224d68233d
commit 0c95977e66
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ name: default
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
image: plugins/docker
settings: