Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 906191dc authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'reset-password-patches' of...

Merge branch 'reset-password-patches' of https://gitlab.e.foundation/e/infra/ecloud/nextcloud into reset-password-patches
parents 7dfaf4c6 f6d47725
Loading
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -2,13 +2,15 @@
# improved performance.
variables:
  DOCKER_DRIVER: overlay2
  DOCKER_TLS_CERTDIR: "/certs"
  
default:
  image: docker:stable
  image: docker:19.03.12

  services:
    - docker:dind
    - docker:19.03.12-dind
  before_script:
    - docker info
    - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
  tags:
    - generic_privileged