Commit e2f03251 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 2e63250d
Pipeline #11639 passed with stage
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment