diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-04-21 14:35:19 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-04-21 14:44:29 +0200 |
commit | 2f80025ec25dd3ce19c0664f07073399e9bf99e9 (patch) | |
tree | 9cb469bcf60bcb91c6462d8cd13834ad5d7a9482 /.drone.yml | |
parent | f89c16f83e33a38bf9a906b990c661b69eddd1e5 (diff) | |
download | nextcloud-server-2f80025ec25dd3ce19c0664f07073399e9bf99e9.tar.gz nextcloud-server-2f80025ec25dd3ce19c0664f07073399e9bf99e9.zip |
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.yml | 4 |
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 |