summaryrefslogtreecommitdiffstats
path: root/.drone.jsonnet
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.jsonnet
parent9fcb3238df194dd0ab6e65d7913d05d9bb9a3c4b (diff)
fix(CI): Test against correct guests app branch
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.jsonnet')
-rw-r--r--.drone.jsonnet2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.jsonnet b/.drone.jsonnet
index 21240b863..3e7965181 100644
--- a/.drone.jsonnet
+++ b/.drone.jsonnet
@@ -15,7 +15,7 @@ local Pipeline(test_set, database, services) = {
environment: {
APP_NAME: "spreed",
CORE_BRANCH: "stable27",
- GUESTS_BRANCH: "stable27",
+ GUESTS_BRANCH: "master",
NOTIFICATIONS_BRANCH: "stable27",
DATABASEHOST: database
},