From 2164eb7f95e33f51533e91c04546d75dcfd51443 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Thu, 13 Oct 2016 11:17:05 -0700 Subject: Make sbtBuildTask configurable in bootstrap --- scripts/jobs/integrate/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scripts/jobs/integrate/bootstrap (limited to 'scripts') diff --git a/scripts/jobs/integrate/bootstrap b/scripts/jobs/integrate/bootstrap old mode 100644 new mode 100755 index bd509061b7..30bcf01b6a --- 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`} -- cgit v1.2.3