Skip to content
Snippets Groups Projects
Verified Commit 1bb6db96 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

meta(CI): switch to develop branch of each package

parent 8d579012
Branches
Tags
No related merge requests found
...@@ -14,12 +14,14 @@ bob/bob.extension: ...@@ -14,12 +14,14 @@ bob/bob.extension:
stage: core stage: core
trigger: trigger:
project: bob/bob.extension project: bob/bob.extension
ref: develop
strategy: depend strategy: depend
bob/bob.io.base: bob/bob.io.base:
stage: core stage: core
trigger: trigger:
project: bob/bob.io.base project: bob/bob.io.base
ref: develop
strategy: depend strategy: depend
bob/core: bob/core:
...@@ -29,6 +31,7 @@ bob/core: ...@@ -29,6 +31,7 @@ bob/core:
stage: core stage: core
trigger: trigger:
project: $PROJECT project: $PROJECT
ref: develop
strategy: depend strategy: depend
needs: ['bob/bob.extension', 'bob/bob.io.base'] needs: ['bob/bob.extension', 'bob/bob.io.base']
...@@ -38,6 +41,7 @@ bob/bob.bio.base: ...@@ -38,6 +41,7 @@ bob/bob.bio.base:
stage: extra stage: extra
trigger: trigger:
project: bob/bob.bio.base project: bob/bob.bio.base
ref: develop
strategy: depend strategy: depend
needs: ['bob/core'] needs: ['bob/core']
...@@ -49,6 +53,7 @@ bob/bob.bio: ...@@ -49,6 +53,7 @@ bob/bob.bio:
stage: extra stage: extra
trigger: trigger:
project: $PROJECT project: $PROJECT
ref: develop
strategy: depend strategy: depend
needs: ['bob/bob.bio.base'] needs: ['bob/bob.bio.base']
...@@ -57,6 +62,7 @@ bob/bob.bio.video: ...@@ -57,6 +62,7 @@ bob/bob.bio.video:
stage: extra stage: extra
trigger: trigger:
project: bob/bob.bio.video project: bob/bob.bio.video
ref: develop
strategy: depend strategy: depend
needs: ['bob/bob.bio'] needs: ['bob/bob.bio']
...@@ -64,6 +70,7 @@ bob/bob.pad.base: ...@@ -64,6 +70,7 @@ bob/bob.pad.base:
stage: extra stage: extra
trigger: trigger:
project: bob/bob.pad.base project: bob/bob.pad.base
ref: develop
strategy: depend strategy: depend
needs: ['bob/bob.bio.base'] needs: ['bob/bob.bio.base']
...@@ -72,6 +79,7 @@ bob/bob.pad.face: ...@@ -72,6 +79,7 @@ bob/bob.pad.face:
stage: extra stage: extra
trigger: trigger:
project: bob/bob.pad.face project: bob/bob.pad.face
ref: develop
strategy: depend strategy: depend
needs: ['bob/bob.pad.base', 'bob/bob.bio.video'] needs: ['bob/bob.pad.base', 'bob/bob.bio.video']
...@@ -80,6 +88,7 @@ bob/bob.fusion.base: ...@@ -80,6 +88,7 @@ bob/bob.fusion.base:
stage: extra stage: extra
trigger: trigger:
project: bob/bob.fusion.base project: bob/bob.fusion.base
ref: develop
strategy: depend strategy: depend
needs: ['bob/bob.bio.base', 'bob/bob.pad.base'] needs: ['bob/bob.bio.base', 'bob/bob.pad.base']
...@@ -89,4 +98,5 @@ bob/bob: ...@@ -89,4 +98,5 @@ bob/bob:
stage: final stage: final
trigger: trigger:
project: bob/bob project: bob/bob
ref: develop
strategy: depend strategy: depend
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment