From d4d33c130b3514871dd5473e9b73a6fb53b74264 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 18 Sep 2020 08:54:25 +0200 Subject: [PATCH] Update stable20 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 c684e5d..03a6d26 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: image: nextcloudci/php7.2:php7.2-13 environment: APP_NAME: data_request - CORE_BRANCH: master + CORE_BRANCH: stable20 DATABASEHOST: sqlite commands: - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh @@ -18,7 +18,7 @@ steps: image: nextcloudci/php7.4:2 environment: APP_NAME: data_request - CORE_BRANCH: master + CORE_BRANCH: stable20 DATABASEHOST: sqlite commands: - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh @@ -30,7 +30,7 @@ steps: image: nextcloudci/php7.3:php7.3-5 environment: APP_NAME: data_request - CORE_BRANCH: master + CORE_BRANCH: stable20 DATABASEHOST: sqlite commands: - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh @@ -56,7 +56,7 @@ steps: image: nextcloudci/php7.2:php7.2-13 environment: APP_NAME: data_request - CORE_BRANCH: master + CORE_BRANCH: stable20 DATABASEHOST: sqlite commands: - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh @@ -86,7 +86,7 @@ steps: image: nextcloudci/php7.3:php7.3-5 environment: APP_NAME: data_request - CORE_BRANCH: master + CORE_BRANCH: stable20 DATABASEHOST: sqlite commands: - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh @@ -116,7 +116,7 @@ steps: image: nextcloudci/php7.4:2 environment: APP_NAME: data_request - CORE_BRANCH: master + CORE_BRANCH: stable20 DATABASEHOST: sqlite commands: - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh