diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2019-02-21 14:39:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-21 14:39:44 +0100 |
commit | c84c13fb19af48a44ba741637afdd347afeeca80 (patch) | |
tree | 65e850045cf1ae25858318ab5ca62801014ce366 /.drone.yml | |
parent | 10388eab342a46e034eb6bfb89fbfd232d8ec2a5 (diff) | |
parent | 1d1068753f019580982297fee6c317fa89261d05 (diff) | |
download | nextcloud-server-c84c13fb19af48a44ba741637afdd347afeeca80.tar.gz nextcloud-server-c84c13fb19af48a44ba741637afdd347afeeca80.zip |
Merge pull request #13850 from nextcloud/feature/11274/enable-disable-multiple-apps
Enable & disable multiple apps at once
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml index 5180724f81b..e3cfc2d7be5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -529,7 +529,6 @@ pipeline: image: nextcloudci/integration-php7.1:1 commands: - ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int - - ./occ app:enable user_ldap - cd build/integration - ./run.sh ldap_features/ldap-ocs.feature when: @@ -544,7 +543,6 @@ pipeline: - ./occ config:system:set redis timeout --value=0 --type=integer - ./occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.local - ./occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.distributed - - ./occ app:enable user_ldap - cd build/integration - ./run.sh ldap_features/ldap-openldap.feature when: @@ -559,7 +557,6 @@ pipeline: - ./occ config:system:set redis timeout --value=0 --type=integer - ./occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.local - ./occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.distributed - - ./occ app:enable user_ldap - cd build/integration - ./run.sh ldap_features/openldap-uid-username.feature when: @@ -574,7 +571,6 @@ pipeline: - ./occ config:system:set redis timeout --value=0 --type=integer - ./occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.local - ./occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.distributed - - ./occ app:enable user_ldap - cd build/integration - ./run.sh ldap_features/openldap-numerical-id.feature when: |