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

meta(CI): specify the master branch as the default

parent ff148324
No related branches found
No related tags found
No related merge requests found
Pipeline #98352 failed
Pipeline: bob.pipelines

#98357

    Pipeline: bob.learn.em

    #98356

      Pipeline: bob.measure

      #98355

        +2
        ...@@ -12,17 +12,18 @@ stages: ...@@ -12,17 +12,18 @@ stages:
        # - docs # - docs
        # core packages # core packages
        bob/bob: bob/bob:
        stage: core stage: core
        trigger: trigger:
        project: bob/bob project: bob/bob
        branch: master
        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
        branch: master
        strategy: depend strategy: depend
        needs: ['bob/bob'] needs: ['bob/bob']
        ...@@ -33,6 +34,7 @@ bob/core: ...@@ -33,6 +34,7 @@ bob/core:
        stage: core stage: core
        trigger: trigger:
        project: $PROJECT project: $PROJECT
        branch: master
        strategy: depend strategy: depend
        needs: ['bob/bob.io.base'] needs: ['bob/bob.io.base']
        ...@@ -41,6 +43,7 @@ bob/bob.bio.base: ...@@ -41,6 +43,7 @@ bob/bob.bio.base:
        stage: bio stage: bio
        trigger: trigger:
        project: bob/bob.bio.base project: bob/bob.bio.base
        branch: master
        strategy: depend strategy: depend
        needs: ['bob/core'] needs: ['bob/core']
        ...@@ -51,14 +54,15 @@ bob/bob.bio: ...@@ -51,14 +54,15 @@ bob/bob.bio:
        stage: bio stage: bio
        trigger: trigger:
        project: $PROJECT project: $PROJECT
        branch: master
        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:
        project: bob/bob.bio.video project: bob/bob.bio.video
        branch: master
        strategy: depend strategy: depend
        needs: ['bob/bob.bio'] needs: ['bob/bob.bio']
        ...@@ -67,24 +71,24 @@ bob/bob.pad.base: ...@@ -67,24 +71,24 @@ bob/bob.pad.base:
        stage: pad stage: pad
        trigger: trigger:
        project: bob/bob.pad.base project: bob/bob.pad.base
        branch: master
        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:
        project: bob/bob.pad.face project: bob/bob.pad.face
        branch: master
        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:
        project: bob/bob.fusion.base project: bob/bob.fusion.base
        branch: master
        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.
        Finish editing this message first!
        Please register or to comment