diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d258f2cf519a29c4e7a6a29e5b63a9e89a73da6..29dfa9a1678490387e1916dc4dde37744cdee3c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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)