Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2021-01-07 20:26:08 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2021-01-07 20:26:08 +0300
commitdafd0f1441d2e06a0dca90d2abf85b1163296cff (patch)
tree07cc30e9a5dd95fd4dd8ca49dd628c67cdd01b7e /.drone.yml
parent82947263b90bb350501024da58809e7223fc4087 (diff)
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.yml2
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