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

[skip ci] ci: printing variables

parent 587db9cb
No related branches found
No related tags found
1 merge request!23After cmake and const refactor
......@@ -3,6 +3,11 @@ stages:
- build_and_test
############ YAML ANCHORS ############
.print_variables_template: &print_variables_definition
# Print variables
- echo $CI_COMMIT_BRANCH
- echo $WOLF_BODYDYNAMICS_BRANCH
.preliminaries_template: &preliminaries_definition
## Install ssh-agent if not already installed, it is required by Docker.
## (change apt-get to yum if you use an RPM-based image)
......@@ -117,6 +122,7 @@ license_headers:
paths:
- ci_deps/wolf/
before_script:
- *print_variables_definition
- *preliminaries_definition
- *install_wolf_definition
script:
......@@ -134,6 +140,7 @@ build_and_test:bionic:
paths:
- ci_deps/imu/
before_script:
- *print_variables_definition
- *preliminaries_definition
- *install_wolf_definition
- *install_wolfimu_definition
......@@ -153,6 +160,7 @@ build_and_test:focal:
paths:
- ci_deps/imu/
before_script:
- *print_variables_definition
- *preliminaries_definition
- *install_wolf_definition
- *install_wolfimu_definition
......
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