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

CI: deplyoing wolf_ros_node pipeline depending on DEPLOY_CI_ROS

parent ee71235c
No related branches found
No related tags found
1 merge request!441Removed loading of packages from Problem
Pipeline #9235 failed
...@@ -125,7 +125,7 @@ deploy_vision: ...@@ -125,7 +125,7 @@ deploy_vision:
stage: deploy_plugins stage: deploy_plugins
variables: variables:
WOLF_CORE_BRANCH: $CI_COMMIT_BRANCH WOLF_CORE_BRANCH: $CI_COMMIT_BRANCH
DEPLOY_CI_ROS: false DEPLOY_CI_ROS: "false"
trigger: trigger:
project: mobile_robotics/wolf_projects/wolf_lib/plugins/vision project: mobile_robotics/wolf_projects/wolf_lib/plugins/vision
strategy: depend strategy: depend
...@@ -134,7 +134,7 @@ deploy_laser: ...@@ -134,7 +134,7 @@ deploy_laser:
stage: deploy_plugins stage: deploy_plugins
variables: variables:
WOLF_CORE_BRANCH: $CI_COMMIT_BRANCH WOLF_CORE_BRANCH: $CI_COMMIT_BRANCH
DEPLOY_CI_ROS: false DEPLOY_CI_ROS: "false"
trigger: trigger:
project: mobile_robotics/wolf_projects/wolf_lib/plugins/laser project: mobile_robotics/wolf_projects/wolf_lib/plugins/laser
strategy: depend strategy: depend
...@@ -143,7 +143,7 @@ deploy_apriltag: ...@@ -143,7 +143,7 @@ deploy_apriltag:
stage: deploy_plugins stage: deploy_plugins
variables: variables:
WOLF_CORE_BRANCH: $CI_COMMIT_BRANCH WOLF_CORE_BRANCH: $CI_COMMIT_BRANCH
DEPLOY_CI_ROS: false DEPLOY_CI_ROS: "false"
trigger: trigger:
project: mobile_robotics/wolf_projects/wolf_lib/plugins/apriltag project: mobile_robotics/wolf_projects/wolf_lib/plugins/apriltag
strategy: depend strategy: depend
...@@ -152,7 +152,7 @@ deploy_bodydynamics: ...@@ -152,7 +152,7 @@ deploy_bodydynamics:
stage: deploy_plugins stage: deploy_plugins
variables: variables:
WOLF_CORE_BRANCH: $CI_COMMIT_BRANCH WOLF_CORE_BRANCH: $CI_COMMIT_BRANCH
DEPLOY_CI_ROS: false DEPLOY_CI_ROS: "false"
trigger: trigger:
project: mobile_robotics/wolf_projects/wolf_lib/plugins/bodydynamics project: mobile_robotics/wolf_projects/wolf_lib/plugins/bodydynamics
strategy: depend strategy: depend
......
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