Skip to content

Commit

Permalink
CLEAN_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Feb 24, 2012
1 parent 074d6d3 commit 9b5857c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ then
exit 1
fi

if [ -z "$CLEAN_TYPE" ]
then
echo CLEAN_TYPE not specified
exit 1
fi

if [ -z "$REPO_BRANCH" ]
then
echo REPO_BRANCH not specified
Expand Down

0 comments on commit 9b5857c

Please sign in to comment.