From 9ff016ac685aa957aa4a7b02d5ce9dc8a0014a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Sat, 8 Jul 2023 00:41:57 +0200 Subject: [PATCH] "when branch = master" --- .drone.yml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b3aeb62..ccaa929 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,9 @@ type: docker steps: - name: nextcloud stable image: plugins/docker + when: + branch: + - master settings: repo: yavook/kiwi-nextcloud tags: stable @@ -18,6 +21,9 @@ steps: - name: nextcloud latest image: plugins/docker + when: + branch: + - master settings: repo: yavook/kiwi-nextcloud tags: latest @@ -30,6 +36,9 @@ steps: - name: nextcloud 23 image: plugins/docker + when: + branch: + - master settings: repo: yavook/kiwi-nextcloud tags: 23 @@ -42,6 +51,9 @@ steps: - name: nextcloud 24 image: plugins/docker + when: + branch: + - master settings: repo: yavook/kiwi-nextcloud tags: 24 @@ -54,6 +66,9 @@ steps: - name: nextcloud 25 image: plugins/docker + when: + branch: + - master settings: repo: yavook/kiwi-nextcloud tags: 25 @@ -66,6 +81,9 @@ steps: - name: nextcloud 26 image: plugins/docker + when: + branch: + - master settings: repo: yavook/kiwi-nextcloud tags: 26 @@ -78,6 +96,9 @@ steps: - name: nextcloud 27 image: plugins/docker + when: + branch: + - master settings: repo: yavook/kiwi-nextcloud tags: 27 @@ -90,9 +111,6 @@ steps: - name: parallelism provider image: alpine - when: - branch: - - master depends_on: - nextcloud stable - nextcloud latest