Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2017-04-21 15:35:19 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2017-04-21 15:44:29 +0300
commit2f80025ec25dd3ce19c0664f07073399e9bf99e9 (patch)
tree9cb469bcf60bcb91c6462d8cd13834ad5d7a9482 /.drone.yml
parentf89c16f83e33a38bf9a906b990c661b69eddd1e5 (diff)
Move acceptance tests from build/acceptance to tests/acceptance
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 60194f482c4..9b6a01bd4f0 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-local.sh allow-git-repository-modifications features/access-levels.feature
+ - tests/acceptance/run-local.sh allow-git-repository-modifications features/access-levels.feature
when:
matrix:
TESTS-ACCEPTANCE: access-levels
acceptance-login:
image: nextcloudci/php7.0:php7.0-7
commands:
- - build/acceptance/run-local.sh allow-git-repository-modifications features/login.feature
+ - tests/acceptance/run-local.sh allow-git-repository-modifications features/login.feature
when:
matrix:
TESTS-ACCEPTANCE: login