diff options
author | acsfer <carlos@reendex.com> | 2022-02-07 10:53:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-07 10:53:14 +0100 |
commit | 6563dd8656d023be8e657bee629adc88db514b43 (patch) | |
tree | 77e4576078902a2b83a5842f4237e7577a2ff9eb /.drone.yml | |
parent | 5d3739cddd40c66cea7460b4b9f26a3b0a4a13f7 (diff) | |
download | nextcloud-server-6563dd8656d023be8e657bee629adc88db514b43.tar.gz nextcloud-server-6563dd8656d023be8e657bee629adc88db514b43.zip |
Remove PGsql 9.6 (EOL)
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.drone.yml b/.drone.yml index ec4fe2d1237..174c6d6384d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -425,42 +425,6 @@ trigger: --- kind: pipeline -name: postgres9.6-php7.4 - -steps: -- name: submodules - image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest - commands: - - git submodule update --init -- name: postgres-php7.4 - image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest - commands: - - bash tests/drone-run-php-tests.sh || exit 0 - - sleep 10 # gives the database enough time to initialize - - POSTGRES=9 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql - -services: -- name: cache - image: ghcr.io/nextcloud/continuous-integration-redis:latest -- name: postgres-9 - image: ghcr.io/nextcloud/continuous-integration-postgres-9:postgres-9.6 - environment: - POSTGRES_USER: oc_autotest - POSTGRES_DB: oc_autotest_dummy - POSTGRES_PASSWORD: owncloud - tmpfs: - - /var/lib/postgresql/data - -trigger: - branch: - - master - - stable* - event: - - pull_request - - push - ---- -kind: pipeline name: postgres11-php7.4 steps: |