From 729a13d2018541e49ccffc79105951b052b63abf Mon Sep 17 00:00:00 2001 From: Alexander Diewald <diewald@fortiss.org> Date: Mon, 13 Jan 2020 16:58:13 +0100 Subject: [PATCH] Fix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31cdb5b..e61d3d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ cache: build: stage: build before_script: - - docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY" + #- docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY" # Make Git submodules work - which git || (apk --no-cache add git) - git submodule sync --recursive -- GitLab