From 6767dadcf7bc41c5e9def9ad5fc9a6946dd8a27f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 11 Apr 2019 14:26:07 +0200 Subject: [PATCH 1/2] Update version on master Signed-off-by: Joas Schilling --- appinfo/info.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 21b3d3a98..22c1ad05b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -34,7 +34,7 @@ files app and adds a gallery view to public links. Compatible with Firefox, Chrome and Internet Explorer 11 - 18.3.0 + 18.4.0 agpl Olivier Paroz, Robin Appelman Gallery @@ -46,7 +46,7 @@ https://github.com/nextcloud/gallery.git - + From 4e04b108e8e3df86c4548258cfb7d1a12ea490b8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 12 Apr 2019 09:43:59 +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 65f87b442..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=master - - 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* ]