Skip to content
Snippets Groups Projects
Commit 215e8d1f authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Update .gitlab-ci.yml file

parent d3e11a1b
No related branches found
No related tags found
No related merge requests found
Pipeline #13054 failed
...@@ -14,17 +14,27 @@ ...@@ -14,17 +14,27 @@
FROM_RDEPENDS_CI: "true" FROM_RDEPENDS_CI: "true"
trigger: trigger:
strategy: depend strategy: depend
project: alopez/dummyasterx" project: alopez/dummyasterx
branch: "1.0.1" branch: "1.0.1"
needs: [iri-dummyutils-dev, iri-dummycomm-dev] needs: [iri-dummyutils-dev, iri-dummycomm-dev]
iri-dummytrajectory-dev:
stage: rdepends
variables:
FROM_RDEPENDS_CI: "true"
trigger:
strategy: depend
project: alopez/dummytrajectory
branch: "1.0.0"
needs: [iri-dummyutils-dev]
iri-dummydynamixel-dev: iri-dummydynamixel-dev:
stage: rdepends stage: rdepends
variables: variables:
FROM_RDEPENDS_CI: "true" FROM_RDEPENDS_CI: "true"
trigger: trigger:
strategy: depend strategy: depend
project: alopez/dummydynamixel" project: alopez/dummydynamixel
branch: "1.0.0" branch: "1.0.0"
needs: [iri-dummyutils-dev, iri-dummycomm-dev] needs: [iri-dummyutils-dev, iri-dummycomm-dev]
...@@ -34,7 +44,6 @@ ...@@ -34,7 +44,6 @@
FROM_RDEPENDS_CI: "true" FROM_RDEPENDS_CI: "true"
trigger: trigger:
strategy: depend strategy: depend
project: alopez/dummycomm" project: alopez/dummycomm
branch: "1.0.0" branch: "1.0.0"
needs: [iri-dummyutils-dev] needs: [iri-dummyutils-dev]
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