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.
2 parents 1053ed5 + ae2a198 commit c370210Copy full SHA for c370210
.drone.yml
@@ -27,16 +27,15 @@ pipeline:
27
- CORE_BRANCH=stable15
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 https://raw.githubusercontent.com/nextcloud/server/stable15/build/signed-off-checker.php
+ - php ./signed-off-checker.php
34
secrets: [ github_token ]
35
when:
36
matrix:
37
include:
38
- TESTS: syntax-php7.0
39
- TESTS: signed-off-check
+
40
41
42
0 commit comments