We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dce565 commit bbfd174Copy full SHA for bbfd174
.gitlab-ci.yml
@@ -60,6 +60,5 @@ publishgit-do:
60
- (git remote rm gith) || echo "Not found"
61
- (git remote -v | grep gith) || git remote add gith "https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/eflows4hpc/data-logistics-service.git"
62
- git remote -v
63
- - git show-ref
64
- - export
+ - git fetch --unshallow origin
65
- git push gith $CI_COMMIT_REF_NAME
0 commit comments