Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nightlies
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
nightlies
Commits
866dfd28
Verified
Commit
866dfd28
authored
1 year ago
by
Yannick DAYER
Browse files
Options
Downloads
Patches
Plain Diff
meta(CI): fix syntax to specify branch downstream.
parent
8fa48f4b
No related branches found
No related tags found
No related merge requests found
Pipeline
#79807
failed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+24
-20
24 additions, 20 deletions
.gitlab-ci.yml
with
24 additions
and
20 deletions
.gitlab-ci.yml
+
24
−
20
View file @
866dfd28
...
...
@@ -16,8 +16,9 @@ stages:
bob/bob
:
stage
:
core
trigger
:
project
:
bob/bob
ref
:
develop
include
:
-
project
:
bob/bob
ref
:
develop
strategy
:
depend
bob/bob.io.base
:
...
...
@@ -34,8 +35,9 @@ bob/core:
-
PROJECT
:
[
"
bob/bob.measure"
,
"
bob/bob.learn.em"
,
"
bob/bob.pipelines"
]
stage
:
core
trigger
:
project
:
$PROJECT
ref
:
develop
include
:
-
project
:
$PROJECT
ref
:
develop
strategy
:
depend
needs
:
[
'
bob/bob.io.base'
]
...
...
@@ -43,8 +45,9 @@ bob/core:
bob/bob.bio.base
:
stage
:
bio
trigger
:
project
:
bob/bob.bio.base
ref
:
develop
include
:
-
project
:
bob/bob.bio.base
ref
:
develop
strategy
:
depend
needs
:
[
'
bob/core'
]
...
...
@@ -54,17 +57,18 @@ bob/bob.bio:
-
PROJECT
:
[
"
bob/bob.bio.face"
,
"
bob/bob.bio.vein"
,
"
bob/bob.bio.spear"
]
stage
:
bio
trigger
:
project
:
$PROJECT
ref
:
develop
include
:
-
project
:
$PROJECT
ref
:
develop
strategy
:
depend
needs
:
[
'
bob/bob.bio.base'
]
bob/bob.bio.video
:
stage
:
bio
trigger
:
project
:
bob/bob.bio.video
ref
:
develop
include
:
-
project
:
bob/bob.bio.video
ref
:
develop
strategy
:
depend
needs
:
[
'
bob/bob.bio'
]
...
...
@@ -72,28 +76,28 @@ bob/bob.bio.video:
bob/bob.pad.base
:
stage
:
pad
trigger
:
project
:
bob/bob.pad.base
ref
:
develop
include
:
-
project
:
bob/bob.pad.base
ref
:
develop
strategy
:
depend
needs
:
[
'
bob/bob.bio.base'
]
bob/bob.pad.face
:
stage
:
pad
trigger
:
project
:
bob/bob.pad.face
ref
:
develop
include
:
-
project
:
bob/bob.pad.face
ref
:
develop
strategy
:
depend
needs
:
[
'
bob/bob.pad.base'
,
'
bob/bob.bio.video'
]
bob/bob.fusion.base
:
stage
:
fusion
trigger
:
project
:
bob/bob.fusion.base
ref
:
develop
include
:
-
project
:
bob/bob.fusion.base
ref
:
develop
strategy
:
depend
needs
:
[
'
bob/bob.bio.base'
,
'
bob/bob.pad.base'
]
# docs
...
...
This diff is collapsed.
Click to expand it.
Yannick DAYER
@ydayer
mentioned in commit
ff148324
·
1 year ago
mentioned in commit
ff148324
mentioned in commit ff1483247b64029a1f81b1a756779362c6fc96f0
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment