Skip to content
Snippets Groups Projects

Resolve "ProcessorLandmarkExternal add class and id not mandatory"

1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -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
Loading