diff options
author | Joas Schilling <coding@schilljs.com> | 2017-04-25 14:35:51 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-04-25 14:35:51 +0200 |
commit | 7ea492b69a24435c4aa62567cf31a0a246afc517 (patch) | |
tree | 2ae3aad1f1101aa009d152d4c1487f09686f73c2 /.drone.yml | |
parent | 5be1010d454f258f2a1529f3827c1add248866cf (diff) | |
download | nextcloud-server-7ea492b69a24435c4aa62567cf31a0a246afc517.tar.gz nextcloud-server-7ea492b69a24435c4aa62567cf31a0a246afc517.zip |
Loop over the apps directory and add the task
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 6dccfa6d4d8..69893719778 100644 --- a/.drone.yml +++ b/.drone.yml @@ -543,6 +543,7 @@ pipeline: matrix: include: - TESTS: signed-off-check + - TESTS: translation-check - TESTS: htaccess-checker - TESTS: nodb-codecov - TESTS: db-codecov |