Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-cicd
csst-dag
Commits
b50d473a
Commit
b50d473a
authored
Nov 08, 2024
by
BO ZHANG
🏀
Browse files
Update msc/csst-msc-l1-mbi.yml
parent
d094e90e
Changes
1
Hide whitespace changes
Inline
Side-by-side
msc/csst-msc-l1-mbi.yml
View file @
b50d473a
...
...
@@ -13,10 +13,10 @@ tasks:
tag
:
latest
force_pull
:
true
bash_command
:
"
python
/pipeline/app/run.py
{message}"
upstream_task
_id
s
:
[
"
task1"
]
# 定义依赖关系,task2依赖task1
upstream_tasks
:
[
"
task1"
]
# 定义依赖关系,task2依赖task1
task3
:
image
:
csst-msc-l1-mbi-photmix
tag
:
latest
force_pull
:
true
bash_command
:
"
python
/pipeline/app/run.py
{message}"
upstream_task
_id
s
:
[
"
task2"
,
"
task1"
]
# 定义依赖关系,task3依赖task2
upstream_tasks
:
[
"
task2"
,
"
task1"
]
# 定义依赖关系,task3依赖task2
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment