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
09e4b333
Commit
09e4b333
authored
Dec 31, 2025
by
BO ZHANG
🏀
Browse files
UNITTEST -> DUMPDATA
parent
3a304943
Pipeline
#11686
passed with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
09e4b333
...
...
@@ -91,7 +91,7 @@ class Pipeline:
"CREATED"
:
os
.
getenv
(
"CREATED"
,
"-"
),
# additional settings
"VERBOSE"
:
os
.
getenv
(
"VERBOSE"
,
"false"
).
lower
()
==
"true"
,
"
UNITTEST
"
:
os
.
getenv
(
"
UNITTEST
"
,
"false"
).
lower
()
==
"true"
,
"
DUMPDATA
"
:
os
.
getenv
(
"
DUMPDATA
"
,
"false"
).
lower
()
==
"true"
,
"IGNORE_WARNINGS"
:
os
.
getenv
(
"IGNORE_WARNINGS"
,
"true"
).
lower
()
==
"true"
,
"USE_OSS"
:
(
os
.
getenv
(
"USE_OSS"
,
"false"
)).
lower
()
==
"true"
,
}
...
...
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