summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-12-20 21:50:19 +0100
committerGitHub <noreply@github.com>2016-12-20 21:50:19 +0100
commitd7b340264321008ccbf7fe057c0a9107cabc7085 (patch)
treea7f8746e24e3e7b731463006b14fc7f52b3e1bfb /.drone.yml
parent4c315082e1bb8150ebcb2a8f4dd6ef3a1c1ffe13 (diff)
parent322b8ba1383af8e99393cac4edc77e31d8e6e4f2 (diff)
downloadnextcloud-server-d7b340264321008ccbf7fe057c0a9107cabc7085.tar.gz
nextcloud-server-d7b340264321008ccbf7fe057c0a9107cabc7085.zip
Merge pull request #2719 from nextcloud/behat-transferownership
[downstream] Behat transferownership
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 2ee5e8c0730..0b930aef501 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -347,6 +347,15 @@ pipeline:
when:
matrix:
TESTS: integration-filesdrop-features
+ integration-transfer-ownership-features:
+ image: nextcloudci/integration-php7.0:integration-php7.0-2
+ commands:
+ - ./occ maintenance:install --admin-pass=admin
+ - cd build/integration
+ - ./run.sh features/transfer-ownership.feature
+ when:
+ matrix:
+ TESTS: integration-transfer-ownership-features
nodb-codecov:
image: nextcloudci/php7.0:php7.0-6
commands:
@@ -392,6 +401,7 @@ matrix:
- TESTS: integration-sharees-features
- TESTS: integration-setup-features
- TESTS: integration-filesdrop-features
+ - TESTS: integration-transfer-ownership-features
- TESTS: jsunit
- TESTS: check-autoloader
- TESTS: app-check-code