From bad63eba9ed497b86558e80339986e686495c9b7 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Mon, 8 Jul 2019 20:02:19 -0700 Subject: [PATCH] no git depth limit --- integrations/influxunifi/.travis.yml | 2 ++ integrations/influxunifi/scripts/formula-deploy.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/integrations/influxunifi/.travis.yml b/integrations/influxunifi/.travis.yml index da2fea15..48f30a81 100644 --- a/integrations/influxunifi/.travis.yml +++ b/integrations/influxunifi/.travis.yml @@ -1,4 +1,6 @@ language: go +git: + depth: false addons: apt: packages: diff --git a/integrations/influxunifi/scripts/formula-deploy.sh b/integrations/influxunifi/scripts/formula-deploy.sh index 978b4507..0b5affae 100755 --- a/integrations/influxunifi/scripts/formula-deploy.sh +++ b/integrations/influxunifi/scripts/formula-deploy.sh @@ -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