From e50d016a3854bb89b2b4cdd9d571c075453681b7 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Tue, 14 May 2019 14:22:33 +0200 Subject: [PATCH] Run drone docker image build steps in parallel --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 50e3fdde0..403577ec3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +22,7 @@ steps: - name: api-system image: plugins/docker + depends_on: [ clone ] settings: repo: crusttech/api-system auto_tag: true # generate tag names automatically based on git branch and git tag @@ -34,6 +35,7 @@ steps: - name: api-compose image: plugins/docker + depends_on: [ clone ] settings: repo: crusttech/api-compose auto_tag: true # generate tag names automatically based on git branch and git tag @@ -44,6 +46,7 @@ steps: from_secret: docker_hub_password - name: api-messaging + depends_on: [ clone ] image: plugins/docker settings: repo: crusttech/api-messaging @@ -57,6 +60,7 @@ steps: - name: crust image: plugins/docker + depends_on: [ clone ] settings: repo: crusttech/crust auto_tag: true # generate tag names automatically based on git branch and git tag