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-pipeline
csst_common
Commits
f1db70e8
Commit
f1db70e8
authored
Jan 15, 2026
by
BO ZHANG
🏀
Browse files
tweaks
parent
d6d43c75
Pipeline
#11858
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
f1db70e8
...
...
@@ -430,6 +430,7 @@ class Pipeline:
assert
(
reason
in
self
.
EXIT_CODES
.
keys
()
),
f
"Reason
{
reason
}
not in
{
self
.
EXIT_CODES
.
keys
()
}
"
self
.
logger
.
info
(
f
"Pipeline exit with reason:
{
reason
}
"
)
sys
.
exit
(
self
.
EXIT_CODES
[
reason
])
def
add_metadata_to_image
(
...
...
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