no git depth limit

This commit is contained in:
David Newhall II
2019-07-08 20:02:19 -07:00
parent 3930ec495c
commit d6d237996e
2 changed files with 3 additions and 1 deletions

View File

@@ -24,6 +24,6 @@ git clone git@github.com:golift/homebrew-mugs.git
cp ${BINARY}.rb homebrew-mugs/Formula
pushd homebrew-mugs
git commit -m "Update ${BINARY} on Release: ${VERSION}" Formula/${BINARY}.rb
git commit -m "Update ${BINARY} on Release: ${VERSION}-${ITERATION}" Formula/${BINARY}.rb
git push
popd