From 4373f8c34c202366c394aef3f9ee9d1a3e29232c Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Fri, 2 Jul 2021 22:32:29 +0200 Subject: [PATCH] parallel build --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 270eb91..27e180e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,7 @@ steps: when: branch: - master - depends_on: [ php8.0 ] + depends_on: [ clone ] - name: php7.4 image: plugins/docker @@ -74,7 +74,7 @@ steps: when: branch: - master - depends_on: [ php7.4 ] + depends_on: [ clone ] - name: php7.3 image: plugins/docker @@ -111,7 +111,7 @@ steps: when: branch: - master - depends_on: [ php7.3 ] + depends_on: [ clone ] - name: php7.2 image: plugins/docker