Skip to content
Snippets Groups Projects
Commit c602e227 authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

publish to main branch

parent 4bfbac33
Branches
Tags
No related merge requests found
Pipeline #89035 failed
...@@ -246,9 +246,9 @@ publishgit-do: ...@@ -246,9 +246,9 @@ publishgit-do:
- apt-get install -y git - apt-get install -y git
- (git remote -v | grep gith) || git remote add gith "https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/eflows4hpc/datacatalog.git" - (git remote -v | grep gith) || git remote add gith "https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/eflows4hpc/datacatalog.git"
- git remote -v - git remote -v
- git show-ref - git fetch --unshallow origin
- export - git push gith +HEAD:refs/heads/main
- git push gith $CI_COMMIT_REF_NAME
# This is an automatic push of the docker image into gitLab container repository # This is an automatic push of the docker image into gitLab container repository
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment