Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -3,10 +3,10 @@ image: docker:19.03.1 # When using dind, it's wise to use the overlayfs driver for # improved performance. variables: DOCKER_HOST: tcp://docker:2375 DOCKER_TLS_CERTDIR: "" DOCKER_DRIVER: overlay2 PUBLISH_USER: root PUBLISH_URL: ota.ecloud.global DOCKER_TLS_CERTDIR: "/certs" build: stage: build Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -3,10 +3,10 @@ image: docker:19.03.1 # When using dind, it's wise to use the overlayfs driver for # improved performance. variables: DOCKER_HOST: tcp://docker:2375 DOCKER_TLS_CERTDIR: "" DOCKER_DRIVER: overlay2 PUBLISH_USER: root PUBLISH_URL: ota.ecloud.global DOCKER_TLS_CERTDIR: "/certs" build: stage: build Loading