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

Update .gitlab-ci.yml file

parent dd27a0dd
No related branches found
No related tags found
No related merge requests found
Pipeline #88216 failed
...@@ -57,6 +57,7 @@ publishgit-do: ...@@ -57,6 +57,7 @@ publishgit-do:
script: script:
- apt-get update - apt-get update
- apt-get install -y git - apt-get install -y git
- (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 | grep gith) || git remote add gith "https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/eflows4hpc/data-logistics-service.git"
- git remote -v - git remote -v
- git show-ref - git show-ref
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment