From e4a3014704a52cd2a7ff34be8b5ee3f8422f7fd7 Mon Sep 17 00:00:00 2001 From: Ivan Pedrazas Date: Tue, 29 Aug 2017 00:17:49 +0100 Subject: [PATCH] stop double docker building --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index ff75bff..3016fbb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,9 @@ pipeline: registry: quay.io email: "info@info.com" secrets: [ docker_username, docker_password ] + when: + branch: + exclude: [ master] docker-build-master: image: plugins/docker:17.05