Browse Source

Update .drone.yml

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
tags/v24.0.0beta1
acsfer 2 years ago
parent
commit
db789c9983
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml View File

image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
commands: commands:
- git submodule update --init - git submodule update --init
- name: mariadb10.4-php7.4
- name: mariadb10.2-php7.4
image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest
commands: commands:
- bash tests/drone-run-php-tests.sh || exit 0 - bash tests/drone-run-php-tests.sh || exit 0

Loading…
Cancel
Save