diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-04-19 07:58:18 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-04-21 14:24:37 +0200 |
commit | bbe479bcd94ea9bdcebe973b17487c5ca015934b (patch) | |
tree | 934e5f0a913d5900e85ea9f099fba90687de7390 /.drone.yml | |
parent | 72310cdac1d9a4b9dd9b78e0734100a058fb9714 (diff) | |
download | nextcloud-server-bbe479bcd94ea9bdcebe973b17487c5ca015934b.tar.gz nextcloud-server-bbe479bcd94ea9bdcebe973b17487c5ca015934b.zip |
Generalize names and descriptions
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index 9996b5df5cf..b768fd3f1ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -481,14 +481,14 @@ pipeline: acceptance-access-levels: image: nextcloudci/php7.0:php7.0-7 commands: - - build/acceptance/run-drone.sh features/access-levels.feature + - build/acceptance/run-local.sh features/access-levels.feature when: matrix: TESTS-ACCEPTANCE: access-levels acceptance-login: image: nextcloudci/php7.0:php7.0-7 commands: - - build/acceptance/run-drone.sh features/login.feature + - build/acceptance/run-local.sh features/login.feature when: matrix: TESTS-ACCEPTANCE: login |