From 2d1c6eda64b04f4f5b81a621c11db98d6eab8ef0 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 11 Apr 2019 15:14:57 +0200 Subject: [PATCH 1/2] Update stable16 target versions Signed-off-by: Joas Schilling --- .drone.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 65f87b442..6023cf444 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-2 environment: - APP_NAME=gallery - - CORE_BRANCH=master + - CORE_BRANCH=stable16 - DB=sqlite commands: - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh diff --git a/.travis.yml b/.travis.yml index cec169f31..4eca0fdbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ addons: firefox: "latest" env: global: - - CORE_BRANCH=master + - CORE_BRANCH=stable16 - APP_NAME=gallery - SERVER_FOLDER=server - CLOUD=nextcloud From 97df8f8b5bfde43cf2e3ab6073cf195e09c15bbb Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 12 Apr 2019 09:46:46 +0200 Subject: [PATCH 2/2] Remove old drone config Signed-off-by: Joas Schilling --- .drone.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 6023cf444..000000000 --- a/.drone.yml +++ /dev/null @@ -1,26 +0,0 @@ -clone: - git: - image: plugins/git - depth: 1 - -pipeline: - signed-off-check: - image: nextcloudci/php7.0:php7.0-2 - environment: - - APP_NAME=gallery - - CORE_BRANCH=stable16 - - DB=sqlite - commands: - - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB - - cd ../server - - php ./build/signed-off-checker.php - secrets: [ github_token ] - when: - matrix: - TESTS: signed-off-check -matrix: - include: - - TESTS: signed-off-check - -branches: [ master, stable* ]