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

random branch name

parent 49740443
No related branches found
No related tags found
1 merge request!6Resolve "license headers"
Pipeline #7460 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:
- cd $CI_PROJECT_DIR
# 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.name "${CI_USERNAME}"
- 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