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

meta(CI): add the 'file' field in the triggers.

parent 7aadf38e
No related branches found
No related tags found
No related merge requests found
Pipeline #79978 failed
Pipeline: nightlies

#79979

    ...@@ -18,6 +18,7 @@ bob/bob: ...@@ -18,6 +18,7 @@ bob/bob:
    include: include:
    - project: bob/bob - project: bob/bob
    ref: develop ref: develop
    file: '.gitlab-ci.yml'
    strategy: depend strategy: depend
    bob/bob.io.base: bob/bob.io.base:
    ...@@ -26,6 +27,7 @@ bob/bob.io.base: ...@@ -26,6 +27,7 @@ bob/bob.io.base:
    include: include:
    - project: bob/bob.io.base - project: bob/bob.io.base
    ref: develop ref: develop
    file: '.gitlab-ci.yml'
    strategy: depend strategy: depend
    needs: ['bob/bob'] needs: ['bob/bob']
    ...@@ -38,6 +40,7 @@ bob/core: ...@@ -38,6 +40,7 @@ bob/core:
    include: include:
    - project: $PROJECT - project: $PROJECT
    ref: develop ref: develop
    file: '.gitlab-ci.yml'
    strategy: depend strategy: depend
    needs: ['bob/bob.io.base'] needs: ['bob/bob.io.base']
    ...@@ -48,6 +51,7 @@ bob/bob.bio.base: ...@@ -48,6 +51,7 @@ bob/bob.bio.base:
    include: include:
    - project: bob/bob.bio.base - project: bob/bob.bio.base
    ref: develop ref: develop
    file: '.gitlab-ci.yml'
    strategy: depend strategy: depend
    needs: ['bob/core'] needs: ['bob/core']
    ...@@ -60,6 +64,7 @@ bob/bob.bio: ...@@ -60,6 +64,7 @@ bob/bob.bio:
    include: include:
    - project: $PROJECT - project: $PROJECT
    ref: develop ref: develop
    file: '.gitlab-ci.yml'
    strategy: depend strategy: depend
    needs: ['bob/bob.bio.base'] needs: ['bob/bob.bio.base']
    ...@@ -69,6 +74,7 @@ bob/bob.bio.video: ...@@ -69,6 +74,7 @@ bob/bob.bio.video:
    include: include:
    - project: bob/bob.bio.video - project: bob/bob.bio.video
    ref: develop ref: develop
    file: '.gitlab-ci.yml'
    strategy: depend strategy: depend
    needs: ['bob/bob.bio'] needs: ['bob/bob.bio']
    ...@@ -79,6 +85,7 @@ bob/bob.pad.base: ...@@ -79,6 +85,7 @@ bob/bob.pad.base:
    include: include:
    - project: bob/bob.pad.base - project: bob/bob.pad.base
    ref: develop ref: develop
    file: '.gitlab-ci.yml'
    strategy: depend strategy: depend
    needs: ['bob/bob.bio.base'] needs: ['bob/bob.bio.base']
    ...@@ -88,6 +95,7 @@ bob/bob.pad.face: ...@@ -88,6 +95,7 @@ bob/bob.pad.face:
    include: include:
    - project: bob/bob.pad.face - project: bob/bob.pad.face
    ref: develop 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']
    ...@@ -97,6 +105,7 @@ bob/bob.fusion.base: ...@@ -97,6 +105,7 @@ bob/bob.fusion.base:
    include: include:
    - project: bob/bob.fusion.base - project: bob/bob.fusion.base
    ref: develop 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']
    ......
    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