Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-02-04 12:30:24 +0300
committerVincent Petry <vincent@nextcloud.com>2021-02-04 12:30:24 +0300
commitf9702427c0b24de164e31d86cd376996cb17d31f (patch)
tree4203f9a219373708f0875c0fa8dacde5bc149966 /.drone.yml
parent48207ad4ba22e01856d99977e40ce2fb42229d38 (diff)
Drone set CORE_BRANCH to stable21
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml
index a9bb45291..e992993b5 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -6,7 +6,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: spreed
- CORE_BRANCH: master
+ CORE_BRANCH: stable21
DATABASEHOST: sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
@@ -32,7 +32,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: spreed
- CORE_BRANCH: master
+ CORE_BRANCH: stable21
DATABASEHOST: sqlite
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
@@ -67,7 +67,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: spreed
- CORE_BRANCH: master
+ CORE_BRANCH: stable21
DATABASEHOST: sqlite
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
@@ -102,7 +102,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: spreed
- CORE_BRANCH: master
+ CORE_BRANCH: stable21
DATABASEHOST: sqlite
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
@@ -137,7 +137,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: spreed
- CORE_BRANCH: master
+ CORE_BRANCH: stable21
GUESTS_BRANCH: master
DATABASEHOST: sqlite
commands: