summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-12-16 17:29:27 +0100
committerLukas Reschke <lukas@statuscode.ch>2016-12-19 14:10:13 +0100
commit7b5c28ab2ae746381bf88fc59336672a20aca31d (patch)
treee7c07531c33c4cc65931aeefe3bb4c87e0c1b671 /.drone.yml
parent55bf9e3f711c5eacfe2c096dd2ee99bc4e7fcf8a (diff)
downloadnextcloud-server-7b5c28ab2ae746381bf88fc59336672a20aca31d.tar.gz
nextcloud-server-7b5c28ab2ae746381bf88fc59336672a20aca31d.zip
Adjust to Nextcloud changes
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
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