Skip to content
Snippets Groups Projects

Resolve "license headers"

Merged Joan Vallvé Navarro requested to merge 27-license-headers into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -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
Loading