diff options
author | Morris Jobke <hey@morrisjobke.de> | 2021-03-18 08:57:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-18 08:57:09 +0100 |
commit | 6401d882833aeea775d64b70bc8b46c881ea8161 (patch) | |
tree | adc6cfa53079a6c4a5db24c636140d4b66abc932 /.drone.yml | |
parent | 5cdc3e9c9da5db8bf98c2786018941c412ffe146 (diff) | |
parent | 9ccabff6ba9a0e89d7128fbdd43d48fe7a68b11e (diff) | |
download | nextcloud-server-6401d882833aeea775d64b70bc8b46c881ea8161.tar.gz nextcloud-server-6401d882833aeea775d64b70bc8b46c881ea8161.zip |
Merge pull request #25331 from nextcloud/fix-valid-storages-removed-when-cleaning-remote-storages
Fix valid storages removed when cleaning remote storages
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 54932162cdb..be09d9b3888 100644 --- a/.drone.yml +++ b/.drone.yml @@ -794,7 +794,7 @@ steps: - bash tests/drone-run-integration-tests.sh || exit 0 - ./occ maintenance:install --admin-pass=admin - cd build/integration - - ./run.sh federation_features/federated.feature + - ./run.sh federation_features/ trigger: branch: |