From 0c95977e66a218a53d5bbe5343b77dc2e40ba00d Mon Sep 17 00:00:00 2001 From: akloeckner Date: Mon, 10 May 2021 09:35:10 +0000 Subject: [PATCH] Add check for master changes This can abort the whole pipeline, because releases also show up as a commit. --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index edbcbac..982dfb0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: