Skip to content

Commit

Permalink
chore(jenkins): remove unused argument definition
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Dec 17, 2015
1 parent 0e729e1 commit 4bcb307
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/jenkins/master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ echo "#################################"
echo "#### Update master ##############"
echo "#################################"

ARG_DEFS=(
"[--no-test=(true|false)]"
)
ARG_DEFS=()

function init {
if [[ ! $VERBOSE ]]; then
Expand Down

0 comments on commit 4bcb307

Please sign in to comment.