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

Merge branch '27-license-headers' of...

Merge branch '27-license-headers' of ssh://git@gitlab.iri.upc.edu:2202/labrobotica/algorithms/laser_scan_utils.git into 27-license-headers
parents ff5c3c4d e50dbc0b
No related branches found
No related tags found
1 merge request!6Resolve "license headers"
Pipeline #7461 failed
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
...@@ -14,7 +14,9 @@ stages: ...@@ -14,7 +14,9 @@ stages:
- cd $CI_PROJECT_DIR - cd $CI_PROJECT_DIR
# configure git # configure git
- export CI_NEW_BRANCH=ci_processing$CI_COMMIT_SHORT_SHA - export CI_NEW_BRANCH=ci_processing$RANDOM
- echo creating new temporary branch... $CI_NEW_BRANCH
#- export CI_NEW_BRANCH=ci_processing$CI_COMMIT_SHORT_SHA
- git config --global user.email "${CI_EMAIL}" - git config --global user.email "${CI_EMAIL}"
- git config --global user.name "${CI_USERNAME}" - git config --global user.name "${CI_USERNAME}"
- git checkout -b $CI_NEW_BRANCH # temporary branch - git checkout -b $CI_NEW_BRANCH # temporary branch
......
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