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

Update .gitlab-ci.yml file

parent 1892e3c8
No related branches found
No related tags found
1 merge request!451After cmake and const refactor
Pipeline #10499 canceled
......@@ -7,6 +7,24 @@ stages:
############ YAML ANCHORS ############
.preliminaries_template: &preliminaries_definition
# Print variables
- echo $CI_COMMIT_BRANCH
- echo $WOLF_IMU_BRANCH
- echo $WOLF_GNSS_BRANCH
- echo $WOLF_LASER_BRANCH
- echo $WOLF_VISION_BRANCH
- echo $WOLF_APRILTAG_BRANCH
- echo $WOLF_BODYDYNAMICS_BRANCH
- echo $GNSSUTILS_BRANCH
- echo $LASERSCANUTILS_BRANCH
- echo $DEPLOY_CI_ROS
- echo $WOLF_ROS_IMU_BRANCH
- echo $WOLF_ROS_GNSS_BRANCH
- echo $WOLF_ROS_LASER_BRANCH
- echo $WOLF_ROS_VISION_BRANCH
- echo $WOLF_ROS_APRILTAG_BRANCH
- echo $WOLF_ROS_BODYDYNAMICS_BRANCH
## Install ssh-agent if not already installed, it is required by Docker.
## (change apt-get to yum if you use an RPM-based image)
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
......
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