Commit 3a304943 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

INTTEST -> UNITTEST

parent d7c7ee3f
Pipeline #11684 passed with stage
......@@ -91,7 +91,7 @@ class Pipeline:
"CREATED": os.getenv("CREATED", "-"),
# additional settings
"VERBOSE": os.getenv("VERBOSE", "false").lower() == "true",
"INTTEST": os.getenv("INTTEST", "false").lower() == "true",
"UNITTEST": os.getenv("UNITTEST", "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