From bbfd17498bce62725640d2ae0a9c7cc10aa4c1ba Mon Sep 17 00:00:00 2001 From: Jedrzej Rybicki <j.rybicki@fz-juelich.de> Date: Fri, 14 Jan 2022 08:19:12 +0100 Subject: [PATCH] unshallow to help --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf2c82e..9f9b45c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,6 +60,5 @@ publishgit-do: - (git remote rm gith) || echo "Not found" - (git remote -v | grep gith) || git remote add gith "https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/eflows4hpc/data-logistics-service.git" - git remote -v - - git show-ref - - export + - git fetch --unshallow origin - git push gith $CI_COMMIT_REF_NAME -- GitLab