Skip to content

Commit bcb3663

Browse files
committed
fix signed off check
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent 2595685 commit bcb3663

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,14 +27,13 @@ pipeline:
2727
- CORE_BRANCH=master
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 wget https://raw.githubusercontent.com/nextcloud/server/master/build/signed-off-checker.php
31+
- php ./signed-off-checker.php
3432
secrets: [ github_token ]
3533
when:
3634
matrix:
3735
- TESTS: signed-off-check
36+
3837
matrix:
3938
include:
4039
- TESTS: syntax-php7.1

0 commit comments

Comments
 (0)