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 #98462 failed
Pipeline: bob.learn.em

#98467

    Pipeline: bob.pipelines

    #98466

      Pipeline: bob.measure

      #98465

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