We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2595685 commit bcb3663Copy full SHA for bcb3663
.drone.yml
@@ -27,14 +27,13 @@ pipeline:
27
- CORE_BRANCH=master
28
- DB=sqlite
29
commands:
30
- - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
31
- - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
32
- - cd ../server
33
- - php ./build/signed-off-checker.php
+ - wget wget https://raw.githubusercontent.com/nextcloud/server/master/build/signed-off-checker.php
+ - php ./signed-off-checker.php
34
secrets: [ github_token ]
35
when:
36
matrix:
37
- TESTS: signed-off-check
+
38
39
include:
40
- TESTS: syntax-php7.1
0 commit comments