From a3bb95995b78785180cc8af6f7465753ba6ece2e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 23 Nov 2018 10:45:31 +0100 Subject: [PATCH] Update stable15 target versions Signed-off-by: Joas Schilling --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 74bfeab..a5a3175 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-2 environment: - APP_NAME=data_request - - CORE_BRANCH=master + - CORE_BRANCH=stable15 - DB=sqlite commands: - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh @@ -23,7 +23,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-2 environment: - APP_NAME=data_request - - CORE_BRANCH=master + - CORE_BRANCH=stable15 - DB=sqlite commands: # Pre-setup steps @@ -41,7 +41,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-2 environment: - APP_NAME=data_request - - CORE_BRANCH=master + - CORE_BRANCH=stable15 - DB=sqlite commands: # Pre-setup steps @@ -57,7 +57,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-2 environment: - APP_NAME=data_request - - CORE_BRANCH=master + - CORE_BRANCH=stable15 - DB=sqlite commands: # Pre-setup steps @@ -77,7 +77,7 @@ pipeline: image: nextcloudci/php7.1:php7.1-15 environment: - APP_NAME=data_request - - CORE_BRANCH=master + - CORE_BRANCH=stable15 - DB=sqlite commands: # Pre-setup steps @@ -97,7 +97,7 @@ pipeline: image: nextcloudci/php7.2:php7.2-12 environment: - APP_NAME=data_request - - CORE_BRANCH=master + - CORE_BRANCH=stable15 - DB=sqlite commands: # Pre-setup steps