mirror of
https://github.com/yavook/kiwi-nextcloud.git
synced 2024-11-21 14:53:00 +00:00
"when branch = master"
This commit is contained in:
parent
eaaab23897
commit
9ff016ac68
1 changed files with 21 additions and 3 deletions
24
.drone.yml
24
.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
|
||||
|
|
Loading…
Reference in a new issue