Skip to content

Commit

Permalink
Use env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Jul 6, 2020
1 parent d414e01 commit 697130e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def build_spark_assembly_sbt(extra_profiles, checkstyle=False):
if checkstyle:
run_java_style_checks(build_profiles)

if test_env != "amplab_jenkins":
if not os.environ.get("AMPLAB_JENKINS"):
build_spark_unidoc_sbt(extra_profiles)


Expand Down

0 comments on commit 697130e

Please sign in to comment.