Commit 09e4b333 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

UNITTEST -> DUMPDATA

parent 3a304943
Pipeline #11686 passed with stage
......@@ -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",
}
......
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