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
e2f03251
Commit
e2f03251
authored
Dec 27, 2025
by
BO ZHANG
🏀
Browse files
tweaks
parent
2e63250d
Pipeline
#11639
passed with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
e2f03251
...
...
@@ -94,11 +94,8 @@ class Pipeline:
"BUILD"
:
os
.
getenv
(
"BUILD"
,
"-"
),
"CREATED"
:
os
.
getenv
(
"CREATED"
,
"-"
),
# additional settings
# verbose mode
"VERBOSE"
:
os
.
getenv
(
"VERBOSE"
,
"false"
).
lower
()
==
"true"
,
# ignore warnings
"IGNORE_WARNINGS"
:
os
.
getenv
(
"IGNORE_WARNINGS"
,
"true"
).
lower
()
==
"true"
,
# support OSS, False by default
"USE_OSS"
:
(
os
.
getenv
(
"USE_OSS"
,
"false"
)).
lower
()
==
"true"
,
}
# set attributes
...
...
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