From 62eda584b8c8b8bca987c9f3ed9f0c6dae80576e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 7 Jan 2019 16:34:31 +0100 Subject: [PATCH 1/3] Update master php testing versions Signed-off-by: Joas Schilling --- .drone.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index adb3798..cdb4805 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ clone: pipeline: syntax-php7.0: - image: nextcloudci/php7.0:php7.0-19 + image: nextcloudci/php7.1:php7.1-16 environment: - APP_NAME=workflow_script - CORE_BRANCH=master @@ -19,9 +19,9 @@ pipeline: - ./lib/composer/bin/parallel-lint apps/$APP_NAME/ when: matrix: - TESTS: syntax-php7.0 + TESTS: syntax-php7.1 signed-off-check: - image: nextcloudci/php7.0:php7.0-19 + image: nextcloudci/php7.1:php7.1-16 environment: - APP_NAME=workflow_script - CORE_BRANCH=master @@ -34,9 +34,8 @@ pipeline: secrets: [ github_token ] when: matrix: - include: - - TESTS: syntax-php7.0 - TESTS: signed-off-check matrix: include: + - TESTS: syntax-php7.1 - TESTS: signed-off-check From 25956851fc079ce6a5457206c76e5f655472f242 Mon Sep 17 00:00:00 2001 From: blizzz Date: Tue, 8 Jan 2019 11:52:23 +0100 Subject: [PATCH 2/3] bump version in test name, too Signed-off-by: Arthur Schiwon --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cdb4805..c03d677 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ clone: depth: 1 pipeline: - syntax-php7.0: + syntax-php7.1: image: nextcloudci/php7.1:php7.1-16 environment: - APP_NAME=workflow_script From ed336aace381148ecedeeffa89092fdc57500fd4 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 5 Mar 2019 14:51:56 +0100 Subject: [PATCH 3/3] fix signed off check Signed-off-by: Arthur Schiwon --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index c03d677..ab60d0d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,14 +27,13 @@ pipeline: - 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 + - wget https://raw.githubusercontent.com/nextcloud/server/master/build/signed-off-checker.php + - php ./signed-off-checker.php secrets: [ github_token ] when: matrix: - TESTS: signed-off-check + matrix: include: - TESTS: syntax-php7.1