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

Merge remote-tracking branch 'origin/devel' into 415-solverceres-more-parameters

parents ab2d8ce8 8cf9c7a0
No related branches found
No related tags found
2 merge requests!427Resolve "Wolf license",!426Resolve "SolverCeres: more parameters"
Pipeline #7157 canceled
This commit is part of merge request !427. Comments created here will be created in the context of that merge request.
......@@ -29,8 +29,50 @@ build_and_test:bionic:
script:
- *build_and_test_definition
deploy:
deploy_imu:
stage: deploy
variables:
WOLF_CORE_BRANCH: $CI_COMMIT_BRANCH
trigger: mobile_robotics/wolf_projects/wolf_lib/plugins/imu
\ No newline at end of file
trigger:
project: mobile_robotics/wolf_projects/wolf_lib/plugins/imu
strategy: depend
deploy_gnss:
stage: deploy
variables:
WOLF_CORE_BRANCH: $CI_COMMIT_BRANCH
trigger:
project: mobile_robotics/wolf_projects/wolf_lib/plugins/gnss
strategy: depend
deploy_vision:
stage: deploy
variables:
WOLF_CORE_BRANCH: $CI_COMMIT_BRANCH
trigger:
project: mobile_robotics/wolf_projects/wolf_lib/plugins/vision
strategy: depend
deploy_laser:
stage: deploy
variables:
WOLF_CORE_BRANCH: $CI_COMMIT_BRANCH
trigger:
project: mobile_robotics/wolf_projects/wolf_lib/plugins/laser
strategy: depend
deploy_apriltag:
stage: deploy
variables:
WOLF_CORE_BRANCH: $CI_COMMIT_BRANCH
trigger:
project: mobile_robotics/wolf_projects/wolf_lib/plugins/apriltag
strategy: depend
deploy_bodydynamics:
stage: deploy
variables:
WOLF_CORE_BRANCH: $CI_COMMIT_BRANCH
trigger:
project: mobile_robotics/wolf_projects/wolf_lib/plugins/bodydynamics
strategy: depend
\ No newline at end of file
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