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

Update .gitlab-ci.yml file

parent 254ca316
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #15382 passed
......@@ -15,7 +15,6 @@ stages:
- license
- build_and_test
- deploy_plugins
- final_plugins
- deploy_ros
############ YAML ANCHORS ############
......@@ -361,17 +360,8 @@ deploy_bodydynamics_main:
branch: main
strategy: depend
############ WAIT FOR PLUGINS ############
final_all_plugins:
stage: final_plugins
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: never
script:
- echo "ALL PLUGINS PIPELINES SUCCEED!!!"
no_plugins:
stage: final_plugins
stage: deploy_plugins
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
script:
......
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