Ver código fonte

Typo fix

tags/v24.0.0beta1
acsfer 2 anos atrás
pai
commit
258515da6d
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      .drone.yml

+ 2
- 2
.drone.yml Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar