Skip to content

Commit bbfd174

Browse files
committed
unshallow to help
1 parent 6dce565 commit bbfd174

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab-ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,5 @@ publishgit-do:
6060
- (git remote rm gith) || echo "Not found"
6161
- (git remote -v | grep gith) || git remote add gith "https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/eflows4hpc/data-logistics-service.git"
6262
- git remote -v
63-
- git show-ref
64-
- export
63+
- git fetch --unshallow origin
6564
- git push gith $CI_COMMIT_REF_NAME

0 commit comments

Comments
 (0)