From 7cd2d981c0ce1011ebb38d10883f3c40af131683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sun, 26 Nov 2017 11:37:08 +0100 Subject: [PATCH] Fix drone to build version 0.2.* against NC12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5969c9b4f..44ea30859 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ pipeline: image: nextcloudci/php5.6:php5.6-3 environment: - APP_NAME=deck - - CORE_BRANCH=master + - CORE_BRANCH=stable12 - DB=sqlite commands: # Pre-setup steps @@ -26,7 +26,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-2 environment: - APP_NAME=deck - - CORE_BRANCH=master + - CORE_BRANCH=stable12 - DB=sqlite commands: - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh @@ -40,7 +40,7 @@ pipeline: image: nextcloudci/php5.6:php5.6-3 environment: - APP_NAME=deck - - CORE_BRANCH=master + - CORE_BRANCH=stable12 - DB=sqlite commands: # Pre-setup steps @@ -56,7 +56,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-2 environment: - APP_NAME=deck - - CORE_BRANCH=master + - CORE_BRANCH=stable12 - DB=sqlite commands: # Pre-setup steps @@ -72,7 +72,7 @@ pipeline: image: nextcloudci/php5.6:php5.6-7 environment: - APP_NAME=deck - - CORE_BRANCH=master + - CORE_BRANCH=stable12 - DB=sqlite commands: - apt update && apt-get -y install php5-xdebug @@ -98,7 +98,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-8 environment: - APP_NAME=deck - - CORE_BRANCH=master + - CORE_BRANCH=stable12 - DB=sqlite commands: # Pre-setup steps @@ -117,7 +117,7 @@ pipeline: image: nextcloudci/php7.1:php7.1-11 environment: - APP_NAME=deck - - CORE_BRANCH=master + - CORE_BRANCH=stable12 - DB=sqlite commands: # Pre-setup steps @@ -136,7 +136,7 @@ pipeline: image: nextcloudci/integration-php7.0:integration-php7.0-3 environment: - APP_NAME=deck - - CORE_BRANCH=master + - CORE_BRANCH=stable12 - DB=sqlite commands: # Pre-setup steps