diff --git a/.drone.yml b/.drone.yml index 86e8b2de2..76f2cb1b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-2 environment: - APP_NAME=circles - - CORE_BRANCH=master + - CORE_BRANCH=stable22 - DB=sqlite commands: - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh @@ -19,7 +19,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-2 environment: - APP_NAME=circles - - CORE_BRANCH=master + - CORE_BRANCH=stable22 - DB=sqlite commands: - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh @@ -43,7 +43,7 @@ pipeline: image: nextcloudci/php5.6:php5.6-3 environment: - APP_NAME=circles - - CORE_BRANCH=master + - CORE_BRANCH=stable22 - DB=sqlite commands: # Pre-setup steps @@ -64,7 +64,7 @@ pipeline: image: nextcloudci/php7.1:php7.1-11 environment: - APP_NAME=circles - - CORE_BRANCH=master + - CORE_BRANCH=stable22 - DB=sqlite commands: # Pre-setup steps