aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/jenkins/master.sh
diff options
context:
space:
mode:
authorTobias Bosch2014-01-06 14:01:39 -0800
committerTobias Bosch2014-01-06 14:11:44 -0800
commitdc89db33df8a0515fba0f25d3cdf82fa994f3a4b (patch)
tree94a6f7fbdf3235569f3f396e25631801c33607ad /scripts/jenkins/master.sh
parent5dc27959d5c0e45cc0cc6133a9ef676cc15d44bd (diff)
downloadangular.js-dc89db33df8a0515fba0f25d3cdf82fa994f3a4b.tar.bz2
chore(build): bugfixes to build scripts on Jenkins.
Diffstat (limited to 'scripts/jenkins/master.sh')
-rwxr-xr-xscripts/jenkins/master.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/jenkins/master.sh b/scripts/jenkins/master.sh
index d5768f58..e27fa552 100755
--- a/scripts/jenkins/master.sh
+++ b/scripts/jenkins/master.sh
@@ -5,13 +5,13 @@ echo "#### Update master ##############"
echo "#################################"
ARG_DEFS=(
- "[--no-test=true]"
+ "[--no-test=(true|false)]"
)
function build {
cd ../..
- if [[ $NO_TEST ]]; then
+ if [[ $NO_TEST == "true" ]]; then
grunt package
else
./jenkins_build.sh