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
Pipeline #80039 failed
Pipeline: bob.fusion.base

#80050

    Pipeline: bob.pad.base

    #80049

      Pipeline: bob.bio.spear

      #80048

        +8
        ......@@ -12,22 +12,17 @@ stages:
        # - docs
        # core packages
        bob/bob:
        stage: core
        trigger:
        include:
        - project: bob/bob
        ref: develop
        file: '.gitlab-ci.yml'
        project: bob/bob
        strategy: depend
        bob/bob.io.base:
        stage: core
        trigger:
        include:
        - project: bob/bob.io.base
        ref: develop
        file: '.gitlab-ci.yml'
        project: bob/bob.io.base
        strategy: depend
        needs: ['bob/bob']
        ......@@ -37,10 +32,7 @@ bob/core:
        - PROJECT: ["bob/bob.measure", "bob/bob.learn.em", "bob/bob.pipelines"]
        stage: core
        trigger:
        include:
        - project: $PROJECT
        ref: develop
        file: '.gitlab-ci.yml'
        project: $PROJECT
        strategy: depend
        needs: ['bob/bob.io.base']
        ......@@ -48,10 +40,7 @@ bob/core:
        bob/bob.bio.base:
        stage: bio
        trigger:
        include:
        - project: bob/bob.bio.base
        ref: develop
        file: '.gitlab-ci.yml'
        project: bob/bob.bio.base
        strategy: depend
        needs: ['bob/core']
        ......@@ -61,20 +50,15 @@ bob/bob.bio:
        - PROJECT: ["bob/bob.bio.face", "bob/bob.bio.vein", "bob/bob.bio.spear"]
        stage: bio
        trigger:
        include:
        - project: $PROJECT
        ref: develop
        file: '.gitlab-ci.yml'
        project: $PROJECT
        strategy: depend
        needs: ['bob/bob.bio.base']
        bob/bob.bio.video:
        stage: bio
        trigger:
        include:
        - project: bob/bob.bio.video
        ref: develop
        file: '.gitlab-ci.yml'
        project: bob/bob.bio.video
        strategy: depend
        needs: ['bob/bob.bio']
        ......@@ -82,31 +66,25 @@ bob/bob.bio.video:
        bob/bob.pad.base:
        stage: pad
        trigger:
        include:
        - project: bob/bob.pad.base
        ref: develop
        file: '.gitlab-ci.yml'
        project: bob/bob.pad.base
        strategy: depend
        needs: ['bob/bob.bio.base']
        bob/bob.pad.face:
        stage: pad
        trigger:
        include:
        - project: bob/bob.pad.face
        ref: develop
        file: '.gitlab-ci.yml'
        project: bob/bob.pad.face
        strategy: depend
        needs: ['bob/bob.pad.base', 'bob/bob.bio.video']
        bob/bob.fusion.base:
        stage: fusion
        trigger:
        include:
        - project: bob/bob.fusion.base
        ref: develop
        file: '.gitlab-ci.yml'
        project: bob/bob.fusion.base
        strategy: depend
        needs: ['bob/bob.bio.base', 'bob/bob.pad.base']
        # docs
        ......
        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