diff options
| author | Tobias Bosch | 2014-01-07 17:00:53 -0800 |
|---|---|---|
| committer | Tobias Bosch | 2014-01-07 17:00:53 -0800 |
| commit | ace13b94e6b2d7e97f21ead630f4565be40d31f2 (patch) | |
| tree | 7b9e4105b73c00a520ad0fa663a52a7349f31a04 /scripts | |
| parent | 5df7e73adf56ff4b776232fdb631e0f7d004864f (diff) | |
| download | angular.js-ace13b94e6b2d7e97f21ead630f4565be40d31f2.tar.bz2 | |
chore(build): fix typo in release script
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/jenkins/release.sh | 2 |
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 { |
