Skip to content

Commit

Permalink
Fix build-another
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Oct 29, 2020
1 parent b876cc1 commit df4d264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-another.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ currentBranch="$(expr substr "${rawCurrentBranch}" 3 1000)"
# Move to commit and build it
commitId=$1
if [ -z "$commitId" ]
then
echo "Please provide a commit id!"
exit 1
fi
Expand Down

0 comments on commit df4d264

Please sign in to comment.