From f5f750b93ae2d389526d5bacf2b830016dbb77da Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 5 Sep 2018 11:33:52 +0200 Subject: [PATCH] Update stable14 target versions Signed-off-by: Joas Schilling --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index e85f4aea0..931d871dd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-2 environment: - APP_NAME=user_saml - - CORE_BRANCH=master + - CORE_BRANCH=stable14 - DB=sqlite commands: # Pre-setup steps @@ -27,7 +27,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-2 environment: - APP_NAME=user_saml - - CORE_BRANCH=master + - CORE_BRANCH=stable14 - DB=sqlite commands: # Pre-setup steps @@ -43,7 +43,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-2 environment: - APP_NAME=user_saml - - CORE_BRANCH=master + - CORE_BRANCH=stable14 - DB=sqlite commands: # Pre-setup steps @@ -61,7 +61,7 @@ pipeline: image: nextcloudci/php7.1:php7.1-12 environment: - APP_NAME=user_saml - - CORE_BRANCH=master + - CORE_BRANCH=stable14 - DB=sqlite commands: # Pre-setup steps @@ -78,7 +78,7 @@ pipeline: integration-tests: image: nextcloudci/user_saml_shibboleth-php7:user_saml_shibboleth_php7-5 environment: - - CORE_BRANCH=master + - CORE_BRANCH=stable14 commands: - /start.sh & - sleep 3