From 55960d9e15272850669a8de25c3f514c383bf083 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 23 Nov 2018 11:08:52 +0100 Subject: [PATCH] Update stable15 target versions Signed-off-by: Joas Schilling --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index adb3798..dbb12ac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-19 environment: - APP_NAME=workflow_script - - CORE_BRANCH=master + - CORE_BRANCH=stable15 - DB=sqlite commands: # Pre-setup steps @@ -24,7 +24,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-19 environment: - APP_NAME=workflow_script - - CORE_BRANCH=master + - CORE_BRANCH=stable15 - DB=sqlite commands: - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh