aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2017-04-19 07:58:18 +0200
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2017-04-21 14:24:37 +0200
commitbbe479bcd94ea9bdcebe973b17487c5ca015934b (patch)
tree934e5f0a913d5900e85ea9f099fba90687de7390 /.drone.yml
parent72310cdac1d9a4b9dd9b78e0734100a058fb9714 (diff)
downloadnextcloud-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.yml4
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