aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTobias Bosch2014-01-07 17:00:53 -0800
committerTobias Bosch2014-01-07 17:00:53 -0800
commitace13b94e6b2d7e97f21ead630f4565be40d31f2 (patch)
tree7b9e4105b73c00a520ad0fa663a52a7349f31a04 /scripts
parent5df7e73adf56ff4b776232fdb631e0f7d004864f (diff)
downloadangular.js-ace13b94e6b2d7e97f21ead630f4565be40d31f2.tar.bz2
chore(build): fix typo in release script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/jenkins/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/jenkins/release.sh b/scripts/jenkins/release.sh
index 2f962cd5..1b1bd26e 100755
--- a/scripts/jenkins/release.sh
+++ b/scripts/jenkins/release.sh
@@ -19,7 +19,7 @@ function init {
NO_TEST=false
fi
VERBOSE_ARG="--verbose=$VERBOSE"
- NO_TEST_ARG="--no_test=$VERBOSE"
+ NO_TEST_ARG="--no_test=$NO_TEST"
}
function phase {