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

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

This reverts commits 4b8eeb8f
7aadf38e
4cc69f3f
866dfd28
1bb6db96
parent 4b8eeb8f
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -12,22 +12,17 @@ stages: ...@@ -12,22 +12,17 @@ stages:
# - docs # - docs
# core packages # core packages
bob/bob: bob/bob:
stage: core stage: core
trigger: trigger:
include: project: bob/bob
- project: bob/bob
ref: develop
file: '.gitlab-ci.yml'
strategy: depend strategy: depend
bob/bob.io.base: bob/bob.io.base:
stage: core stage: core
trigger: trigger:
include: project: bob/bob.io.base
- project: bob/bob.io.base
ref: develop
file: '.gitlab-ci.yml'
strategy: depend strategy: depend
needs: ['bob/bob'] needs: ['bob/bob']
...@@ -37,10 +32,7 @@ bob/core: ...@@ -37,10 +32,7 @@ bob/core:
- PROJECT: ["bob/bob.measure", "bob/bob.learn.em", "bob/bob.pipelines"] - PROJECT: ["bob/bob.measure", "bob/bob.learn.em", "bob/bob.pipelines"]
stage: core stage: core
trigger: trigger:
include: project: $PROJECT
- project: $PROJECT
ref: develop
file: '.gitlab-ci.yml'
strategy: depend strategy: depend
needs: ['bob/bob.io.base'] needs: ['bob/bob.io.base']
...@@ -48,10 +40,7 @@ bob/core: ...@@ -48,10 +40,7 @@ bob/core:
bob/bob.bio.base: bob/bob.bio.base:
stage: bio stage: bio
trigger: trigger:
include: project: bob/bob.bio.base
- project: bob/bob.bio.base
ref: develop
file: '.gitlab-ci.yml'
strategy: depend strategy: depend
needs: ['bob/core'] needs: ['bob/core']
...@@ -61,20 +50,15 @@ bob/bob.bio: ...@@ -61,20 +50,15 @@ bob/bob.bio:
- PROJECT: ["bob/bob.bio.face", "bob/bob.bio.vein", "bob/bob.bio.spear"] - PROJECT: ["bob/bob.bio.face", "bob/bob.bio.vein", "bob/bob.bio.spear"]
stage: bio stage: bio
trigger: trigger:
include: project: $PROJECT
- project: $PROJECT
ref: develop
file: '.gitlab-ci.yml'
strategy: depend strategy: depend
needs: ['bob/bob.bio.base'] needs: ['bob/bob.bio.base']
bob/bob.bio.video: bob/bob.bio.video:
stage: bio stage: bio
trigger: trigger:
include: project: bob/bob.bio.video
- project: bob/bob.bio.video
ref: develop
file: '.gitlab-ci.yml'
strategy: depend strategy: depend
needs: ['bob/bob.bio'] needs: ['bob/bob.bio']
...@@ -82,31 +66,25 @@ bob/bob.bio.video: ...@@ -82,31 +66,25 @@ bob/bob.bio.video:
bob/bob.pad.base: bob/bob.pad.base:
stage: pad stage: pad
trigger: trigger:
include: project: bob/bob.pad.base
- project: bob/bob.pad.base
ref: develop
file: '.gitlab-ci.yml'
strategy: depend strategy: depend
needs: ['bob/bob.bio.base'] needs: ['bob/bob.bio.base']
bob/bob.pad.face: bob/bob.pad.face:
stage: pad stage: pad
trigger: trigger:
include: project: bob/bob.pad.face
- project: bob/bob.pad.face
ref: develop
file: '.gitlab-ci.yml'
strategy: depend strategy: depend
needs: ['bob/bob.pad.base', 'bob/bob.bio.video'] needs: ['bob/bob.pad.base', 'bob/bob.bio.video']
bob/bob.fusion.base: bob/bob.fusion.base:
stage: fusion stage: fusion
trigger: trigger:
include: project: bob/bob.fusion.base
- project: bob/bob.fusion.base
ref: develop
file: '.gitlab-ci.yml'
strategy: depend strategy: depend
needs: ['bob/bob.bio.base', 'bob/bob.pad.base'] needs: ['bob/bob.bio.base', 'bob/bob.pad.base']
# docs # docs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment