From 3ba727cc2fd973d54b2dfe614272df995f0c2b06 Mon Sep 17 00:00:00 2001 From: penner Date: Fri, 7 Jul 2023 23:21:43 +0200 Subject: [PATCH 1/4] nextcloud 27 --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7c87804..50f676e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -88,6 +88,18 @@ steps: build_args: - NC_VERSION=26-fpm-alpine +- name: nextcloud 27 + image: plugins/docker + settings: + repo: yavook/kiwi-nextcloud + tags: 27 + username: + from_secret: DOCKER_USERNAME + password: + from_secret: DOCKER_PASSWORD + build_args: + - NC_VERSION=27-fpm-alpine + - name: parallelism provider image: alpine depends_on: @@ -98,3 +110,4 @@ steps: - nextcloud 24 - nextcloud 25 - nextcloud 26 + - nextcloud 27 From 8211660e6d06b6a14cc2f785ab8dd3c34c11b858 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:02:49 +0200 Subject: [PATCH 2/4] "when branch = master" --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 50f676e..803b77d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -102,6 +102,9 @@ steps: - name: parallelism provider image: alpine + when: + branch: + - master depends_on: - nextcloud stable - nextcloud latest From eaaab23897c6ca83756e9c4978eb3c4af46003ec 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:05:40 +0200 Subject: [PATCH 3/4] EOL NC22 --- .drone.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 803b77d..b3aeb62 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,18 +28,6 @@ steps: build_args: - NC_VERSION=fpm-alpine -- name: nextcloud 22 - image: plugins/docker - settings: - repo: yavook/kiwi-nextcloud - tags: 22 - username: - from_secret: DOCKER_USERNAME - password: - from_secret: DOCKER_PASSWORD - build_args: - - NC_VERSION=22-fpm-alpine - - name: nextcloud 23 image: plugins/docker settings: @@ -108,7 +96,6 @@ steps: depends_on: - nextcloud stable - nextcloud latest - - nextcloud 22 - nextcloud 23 - nextcloud 24 - nextcloud 25 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 4/4] "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