From 6397f0322d3841d98d64e9c60bb84b94c40617d7 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sat, 8 Feb 2020 06:08:50 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .gitlab/ci/cache-repo.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab/ci/cache-repo.gitlab-ci.yml') diff --git a/.gitlab/ci/cache-repo.gitlab-ci.yml b/.gitlab/ci/cache-repo.gitlab-ci.yml index 9dcb6f40589..670341eab65 100644 --- a/.gitlab/ci/cache-repo.gitlab-ci.yml +++ b/.gitlab/ci/cache-repo.gitlab-ci.yml @@ -34,6 +34,7 @@ cache-repo: - git clone --progress $CI_REPOSITORY_URL $CI_PROJECT_NAME - cd $CI_PROJECT_NAME - gcloud auth activate-service-account --key-file=$CI_REPO_CACHE_CREDENTIALS + - git remote rm origin - tar cf $TAR_FILENAME . - gzip $TAR_FILENAME - gsutil cp $TAR_FILENAME.gz gs://gitlab-ci-git-repo-cache/project-$CI_PROJECT_ID/gitlab-master.tar.gz -- cgit v1.2.1