Skip to content

Commit c370210

Browse files
authored
Merge pull request #11 from nextcloud/fix/noid/signoff-checker
fix signed off check
2 parents 1053ed5 + ae2a198 commit c370210

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.drone.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,15 @@ pipeline:
2727
- CORE_BRANCH=stable15
2828
- DB=sqlite
2929
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
30+
- wget https://raw.githubusercontent.com/nextcloud/server/stable15/build/signed-off-checker.php
31+
- php ./signed-off-checker.php
3432
secrets: [ github_token ]
3533
when:
3634
matrix:
3735
include:
3836
- TESTS: syntax-php7.0
3937
- TESTS: signed-off-check
38+
4039
matrix:
4140
include:
4241
- TESTS: signed-off-check

0 commit comments

Comments
 (0)