diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2021-01-07 18:26:08 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2021-01-07 18:26:08 +0100 |
commit | dafd0f1441d2e06a0dca90d2abf85b1163296cff (patch) | |
tree | 07cc30e9a5dd95fd4dd8ca49dd628c67cdd01b7e /.drone.yml | |
parent | 82947263b90bb350501024da58809e7223fc4087 (diff) | |
download | nextcloud-server-dafd0f1441d2e06a0dca90d2abf85b1163296cff.tar.gz nextcloud-server-dafd0f1441d2e06a0dca90d2abf85b1163296cff.zip |
Fix name of avatar integration tests in Drone
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 5f526dcd112..60c316e3148 100644 --- a/.drone.yml +++ b/.drone.yml @@ -813,7 +813,7 @@ steps: image: docker:git commands: - git submodule update --init -- name: integration-auth +- name: integration-avatar image: nextcloudci/integration-php7.3:integration-php7.3-2 commands: - bash tests/drone-run-integration-tests.sh || exit 0 |