diff options
author | acsfer <carlos@reendex.com> | 2022-02-04 13:00:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-04 13:00:58 +0100 |
commit | 258515da6d7fd2a50d04397ed03304958b60e09a (patch) | |
tree | a5a4e6dc2f74e69b5b9d15438ecf2bf1c0c1afee /.drone.yml | |
parent | 79629f0aaab0364d231bf31bfebbb9c695e0ddaa (diff) | |
download | nextcloud-server-258515da6d7fd2a50d04397ed03304958b60e09a.tar.gz nextcloud-server-258515da6d7fd2a50d04397ed03304958b60e09a.zip |
Typo fix
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index 76de38b2c86..ad3afc2bea2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -479,7 +479,7 @@ services: - name: cache image: ghcr.io/nextcloud/continuous-integration-redis:latest - name: postgres-11 - image: ghcr.io/nextcloud/continuous-integration-postgres-11:latest + image: ghcr.io/nextcloud/continuous-integration-postgres-11:postgres-11 environment: POSTGRES_USER: oc_autotest POSTGRES_DB: oc_autotest_dummy @@ -515,7 +515,7 @@ services: - name: cache image: ghcr.io/nextcloud/continuous-integration-redis:latest - name: postgres-13 - image: ghcr.io/nextcloud/continuous-integration-postgres-13:latest + image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 environment: POSTGRES_USER: oc_autotest POSTGRES_DB: oc_autotest_dummy |