Loading .gitlab-ci.yml +3 −2 Original line number Diff line number Diff line image: docker:stable image: docker:19.03.1 # When using dind, it's wise to use the overlayfs driver for # improved performance. Loading @@ -7,9 +7,10 @@ variables: CONTAINER_IMAGE: registry.gitlab.e.foundation:5000/e/os/lineageota PUBLISH_USER: root PUBLISH_URL: ota.ecloud.global DOCKER_TLS_CERTDIR: "/certs" services: - docker:dind - docker:19.03.1-dind before_script: - 'which ssh-agent || ( apk --update add openssh-client )' Loading Loading
.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line image: docker:stable image: docker:19.03.1 # When using dind, it's wise to use the overlayfs driver for # improved performance. Loading @@ -7,9 +7,10 @@ variables: CONTAINER_IMAGE: registry.gitlab.e.foundation:5000/e/os/lineageota PUBLISH_USER: root PUBLISH_URL: ota.ecloud.global DOCKER_TLS_CERTDIR: "/certs" services: - docker:dind - docker:19.03.1-dind before_script: - 'which ssh-agent || ( apk --update add openssh-client )' Loading