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

Update .gitlab-ci.yml file

parent eca100c7
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,16 @@ stages:
- demo
############ YAML ANCHORS ############
.print_variables_template: &print_variables_definition
# Print variables
- echo $CI_COMMIT_BRANCH
- echo $WOLF_IMU_BRANCH
- echo $WOLF_GNSS_BRANCH
- echo $GNSSUTILS_BRANCH
- echo $WOLF_ROS_NODE_BRANCH
- echo $WOLF_ROS_IMU_BRANCH
- echo $WOLF_ROS_GNSS_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)
......
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