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

Update .gitlab-ci.yml file

parent ce220b05
No related branches found
No related tags found
3 merge requests!476spdlog version upgrade,!473Rerefactor,!472Merge ProcessorLandmarkExternal
Pipeline #17532 canceled
......@@ -17,6 +17,11 @@ stages:
############ YAML ANCHORS ############
.print_variables_template: &print_variables_definition
## FIX VARIABLES
- if [ "$CI_COMMIT_BRANCH" == "" ]; then
- export CI_COMMIT_BRANCH=$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME
- fi
- export WOLF_CORE_BRANCH=$CI_COMMIT_BRANCH
# Print variables
- echo $CI_COMMIT_BRANCH
- echo $WOLF_IMU_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