summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-05-24 08:38:17 +0200
committerJoas Schilling <coding@schilljs.com>2023-05-25 07:23:25 +0200
commit1e5db2137e101627607ffe618d1eb1457a0911e7 (patch)
treeacd96d2ae4c85a6c671fa1230397970bf547fdda /.drone.yml
parent9fcb3238df194dd0ab6e65d7913d05d9bb9a3c4b (diff)
fix(CI): Test against correct guests app branch
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml60
1 files changed, 30 insertions, 30 deletions
diff --git a/.drone.yml b/.drone.yml
index 762a38ac5..3a47e2ecc 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -25,7 +25,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: sqlite
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-callapi
@@ -62,7 +62,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: sqlite
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-chat
@@ -99,7 +99,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: sqlite
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-chat-2
@@ -136,7 +136,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: sqlite
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-command
@@ -174,7 +174,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: sqlite
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-conversation
@@ -212,7 +212,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: sqlite
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-conversation-2
@@ -249,7 +249,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: sqlite
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-federation
@@ -286,7 +286,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: sqlite
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-integration
@@ -323,7 +323,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: sqlite
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-sharing
@@ -360,7 +360,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: sqlite
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-sharing-2
@@ -411,7 +411,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: mysql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-callapi
@@ -462,7 +462,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: mysql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-chat
@@ -513,7 +513,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: mysql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-chat-2
@@ -564,7 +564,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: mysql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-command
@@ -616,7 +616,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: mysql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-conversation
@@ -668,7 +668,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: mysql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-conversation-2
@@ -719,7 +719,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: mysql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-federation
@@ -770,7 +770,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: mysql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-integration
@@ -821,7 +821,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: mysql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-sharing
@@ -872,7 +872,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: mysql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-sharing-2
@@ -918,7 +918,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: pgsql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-callapi
@@ -965,7 +965,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: pgsql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-chat
@@ -1012,7 +1012,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: pgsql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-chat-2
@@ -1059,7 +1059,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: pgsql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-command
@@ -1107,7 +1107,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: pgsql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-conversation
@@ -1155,7 +1155,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: pgsql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-conversation-2
@@ -1202,7 +1202,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: pgsql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-federation
@@ -1249,7 +1249,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: pgsql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-integration
@@ -1296,7 +1296,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: pgsql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-sharing
@@ -1343,7 +1343,7 @@ steps:
APP_NAME: spreed
CORE_BRANCH: stable27
DATABASEHOST: pgsql
- GUESTS_BRANCH: stable27
+ GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: stable27
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-sharing-2