no git depth limit
This commit is contained in:
parent
3930ec495c
commit
d6d237996e
|
|
@ -1,4 +1,6 @@
|
|||
language: go
|
||||
git:
|
||||
depth: false
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue