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

[skip ci] Update .gitlab-ci.yml file

parent 1e9202ff
No related branches found
No related tags found
1 merge request!16Devel
workflow:
rules:
- if: '$CI_PIPELINE_SOURCE == "web"'
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"
when: never
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS'
when: never
- if: '$CI_COMMIT_BRANCH'
stages: stages:
- license - license
- build_and_test - build_and_test
...@@ -15,7 +25,6 @@ stages: ...@@ -15,7 +25,6 @@ stages:
- echo $GNSSUTILS_BRANCH - echo $GNSSUTILS_BRANCH
- echo $LASERSCANUTILS_BRANCH - echo $LASERSCANUTILS_BRANCH
- echo $CI_COMMIT_BRANCH - echo $CI_COMMIT_BRANCH
- echo $WOLF_ROS_NODE_BRANCH
- echo $WOLF_ROS_IMU_BRANCH - echo $WOLF_ROS_IMU_BRANCH
- echo $WOLF_ROS_GNSS_BRANCH - echo $WOLF_ROS_GNSS_BRANCH
- echo $WOLF_ROS_LASER_BRANCH - echo $WOLF_ROS_LASER_BRANCH
......
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