From 2bc26fe4fa16a303c9037fc4ac0cf2f84fec98cd Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 22 Jun 2020 16:40:41 +0200 Subject: [PATCH] Make sure docker images are only built when tests pass --- .drone1.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone1.yml b/.drone1.yml index e8ad70594..b2ff6d4c8 100644 --- a/.drone1.yml +++ b/.drone1.yml @@ -685,6 +685,9 @@ kind: pipeline type: docker name: docker-arm-latest +depends_on: + - testing + platform: os: linux arch: arm @@ -718,6 +721,9 @@ kind: pipeline type: docker name: docker-arm-release +depends_on: + - testing + platform: os: linux arch: arm @@ -749,6 +755,9 @@ kind: pipeline type: docker name: docker-amd64-latest +depends_on: + - testing + platform: os: linux arch: amd64 @@ -782,6 +791,9 @@ kind: pipeline type: docker name: docker-amd64-release +depends_on: + - testing + platform: os: linux arch: amd64