Skip to content
Snippets Groups Projects
Commit 29fef653 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Update .gitlab-ci.yml file

parent b8c9178d
No related branches found
No related tags found
1 merge request!427Resolve "Wolf license"
Pipeline #7309 failed
This commit is part of merge request !427. Comments created here will be created in the context of that merge request.
...@@ -71,7 +71,7 @@ license_header: ...@@ -71,7 +71,7 @@ license_header:
# we need to extract the ssh/git URL as the runner uses a tokenized URL # we need to extract the ssh/git URL as the runner uses a tokenized URL
- export CI_PUSH_REPO=`echo $CI_REPOSITORY_URL | perl -pe 's#.*@(.+?(\:\d+)?)/#git@\1:#'` - export CI_PUSH_REPO=`echo $CI_REPOSITORY_URL | perl -pe 's#.*@(.+?(\:\d+)?)/#git@\1:#'`
- echo "$CI_PUSH_REPO" - echo "$CI_PUSH_REPO"
- git remote set-url --push origin "${CI_PUSH_REPO}" - git remote set-url --push origin git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf.git
- echo "$CI_COMMIT_REF_NAME" - echo "$CI_COMMIT_REF_NAME"
# push changes # push changes
# always return true so that the build does not fail if there are no changes # always return true so that the build does not fail if there are no changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment