diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-08 06:08:50 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-08 06:08:50 +0000 |
commit | 6397f0322d3841d98d64e9c60bb84b94c40617d7 (patch) | |
tree | cc54eebf050e102dcf7394f5b94b7699148050df /.gitlab | |
parent | 91ed938e3d17d385a08459915972d7e3f6b8468e (diff) | |
download | gitlab-ce-6397f0322d3841d98d64e9c60bb84b94c40617d7.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/ci/cache-repo.gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |