diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2021-01-22 12:40:59 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2021-03-18 08:05:04 +0000 |
commit | 388110a35e9e5963326332b56c920f8d12d99c81 (patch) | |
tree | 0e6460d49d7a9db3937304429d3116039dbcffdc /.drone.yml | |
parent | 73d2f42d4100c79437db540ac57313d7536ba0f4 (diff) | |
download | nextcloud-server-388110a35e9e5963326332b56c920f8d12d99c81.tar.gz nextcloud-server-388110a35e9e5963326332b56c920f8d12d99c81.zip |
Add integration tests for "sharing:cleanup-remote-storages" OCC command
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
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 dfea98a59b0..fee6ce6f620 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: |