diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-01-19 13:06:50 -0600 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-01-19 13:06:50 -0600 |
commit | 31a08218635e8fadd49389d11a94321d9bdc274a (patch) | |
tree | 31f781459bd140fd9d8973fd7c1f91a73cdd748a /.drone.yml | |
parent | 22528f492f18be019cc7dea676e70f6328b353ce (diff) | |
download | nextcloud-server-31a08218635e8fadd49389d11a94321d9bdc274a.tar.gz nextcloud-server-31a08218635e8fadd49389d11a94321d9bdc274a.zip |
fix indentation
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.drone.yml b/.drone.yml index bac887ff024..ccd76e18597 100644 --- a/.drone.yml +++ b/.drone.yml @@ -413,15 +413,15 @@ pipeline: when: matrix: TESTS: integration-transfer-ownership-features - integration-ldap-features: - image: nextcloudci/integration-php7.0:integration-php7.0-3 - commands: - - ./occ maintenance:install --admin-pass=admin - - cd build/integration - - ./run.sh ldap_features/ldap-ocs.feature - when: - matrix: - TESTS: integration-ldap-features + integration-ldap-features: + image: nextcloudci/integration-php7.0:integration-php7.0-3 + commands: + - ./occ maintenance:install --admin-pass=admin + - cd build/integration + - ./run.sh ldap_features/ldap-ocs.feature + when: + matrix: + TESTS: integration-ldap-features nodb-codecov: image: nextcloudci/php7.0:php7.0-7 commands: |