Skip to content

Commit 697130e

Browse files
committed
Use env variable
1 parent d414e01 commit 697130e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def build_spark_assembly_sbt(extra_profiles, checkstyle=False):
363363
if checkstyle:
364364
run_java_style_checks(build_profiles)
365365

366-
if test_env != "amplab_jenkins":
366+
if not os.environ.get("AMPLAB_JENKINS"):
367367
build_spark_unidoc_sbt(extra_profiles)
368368

369369

0 commit comments

Comments
 (0)