diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-01-07 20:06:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 20:06:54 +0100 |
commit | 373aafab9f6a98c820ca86b97ac40df3248bed59 (patch) | |
tree | 196375292a60a63591601b5e49684d984132f754 | |
parent | 5020c73d15cc58cacfe8bebf87dba2652c7ea5c1 (diff) | |
parent | dafd0f1441d2e06a0dca90d2abf85b1163296cff (diff) | |
download | nextcloud-server-373aafab9f6a98c820ca86b97ac40df3248bed59.tar.gz nextcloud-server-373aafab9f6a98c820ca86b97ac40df3248bed59.zip |
Merge pull request #25018 from nextcloud/fix-name-of-avatar-integration-tests-in-drone
Fix name of avatar integration tests in Drone
-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 |