summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan@lightbend.com>2016-10-13 11:17:05 -0700
committerAdriaan Moors <adriaan@lightbend.com>2016-10-13 15:46:16 -0700
commit2164eb7f95e33f51533e91c04546d75dcfd51443 (patch)
treee55bf483ec99e73a54c4282e5c4385d2f22a018a /scripts
parent6a5ffa43d8e5248c3ff7a1e38d084d6d2cf42d20 (diff)
downloadscala-2164eb7f95e33f51533e91c04546d75dcfd51443.tar.gz
scala-2164eb7f95e33f51533e91c04546d75dcfd51443.tar.bz2
scala-2164eb7f95e33f51533e91c04546d75dcfd51443.zip
Make sbtBuildTask configurable in bootstrap
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--]scripts/jobs/integrate/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/jobs/integrate/bootstrap b/scripts/jobs/integrate/bootstrap
index bd509061b7..30bcf01b6a 100644..100755
--- a/scripts/jobs/integrate/bootstrap
+++ b/scripts/jobs/integrate/bootstrap
@@ -90,7 +90,7 @@ publishSonatypeTaskModules=${publishSonatypeTaskModules-"publishSigned"}
forceRebuild=${forceRebuild-no}
-sbtBuildTask="testAll" # TESTING leave empty to avoid the sanity check
+sbtBuildTask=${sbtBuildTask-"testAll"} # TESTING leave empty to avoid the sanity check
clean="clean" # TESTING leave empty to speed up testing
baseDir=${WORKSPACE-`pwd`}