diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-11-02 20:11:30 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-11-02 20:11:30 +0100 |
commit | 88199f1cc153e6635735cef4c9501c5aa2bb1653 (patch) | |
tree | aac49c990f6567d2e537f464e199e52b778196c4 /.drone.yml | |
parent | c901c851ca37b44d72e6c6db27efea6507706014 (diff) | |
download | nextcloud-server-88199f1cc153e6635735cef4c9501c5aa2bb1653.tar.gz nextcloud-server-88199f1cc153e6635735cef4c9501c5aa2bb1653.zip |
Add .htaccess checker as CI step
Don't want anyone to commit invalid changes in that file again :see_no_evil:
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 2b5407e0df6..35ed0c74593 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,6 +33,13 @@ pipeline: when: matrix: TESTS: signed-off-check + htaccess-checker: + image: nextcloudci/php7.0:php7.0-2 + commands: + - php ./build/htaccess-checker.php + when: + matrix: + TESTS: htaccess-checker syntax-php5.6: image: nextcloudci/php5.6:php5.6-2 commands: @@ -332,6 +339,7 @@ pipeline: matrix: include: - TESTS: signed-off-check + - TESTS: htaccess-checker - TESTS: nodb-codecov - TESTS: db-codecov - TESTS: integration-capabilities_features |