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:
authoracsfer <carlos@reendex.com>2022-02-04 15:00:58 +0300
committerGitHub <noreply@github.com>2022-02-04 15:00:58 +0300
commit258515da6d7fd2a50d04397ed03304958b60e09a (patch)
treea5a4e6dc2f74e69b5b9d15438ecf2bf1c0c1afee /.drone.yml
parent79629f0aaab0364d231bf31bfebbb9c695e0ddaa (diff)
Typo fix
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
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