From d5528cdbc936dae8bc7909f6ba82295110623e19 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 7 Mar 2020 16:49:17 -0800 Subject: [PATCH] Split into two parallel pipelines --- .drone.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index b68252f..2a5d977 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,9 @@ --- kind: pipeline -name: default +name: build steps: -- name: "set image tags (normal build)" +- name: "set image tags" image: alpine environment: VERSION: "7.2.10-r2" @@ -26,7 +26,12 @@ steps: branch: - master -- name: "set image tags (build with contrib)" +--- +kind: pipeline +name: build-contrib + +steps: +- name: "set image tags" image: alpine environment: VERSION: "7.2.10-r2" @@ -35,7 +40,7 @@ steps: - "# Will build the following tags:" - "cat .tags" -- name: "build docker image (contrib)" +- name: "build docker image" image: plugins/docker settings: repo: ovdnet/atheme