diff --git a/integrations/influxunifi/.travis.yml b/integrations/influxunifi/.travis.yml index bcf40337..6e1df712 100644 --- a/integrations/influxunifi/.travis.yml +++ b/integrations/influxunifi/.travis.yml @@ -41,3 +41,4 @@ deploy: on: repo: davidnewhall/unifi-poller tags: true +secure: "0yBdTabuF8LM8nQ8hSF1wjigQawal9N/v2NlR62oioMvzqWOy0zKo8R+mcfHK+pCByx0Ki/VWslms/WBKQnQvolGKY32UOg2cJvoVMoOemcwaezLK0kGZt8+O83ZQLr0CsiuzLQxJoqjiYf8ca6N2tjDFIowLPzSNPQR32mAP8cTe5fkxKyFAXgmA41BkzWMTx/V9R6udcX+Oofi8tpIZv1fyqSMNVlItHLxLFeP7F/r6OSM/Y87abAOt1U/ugPDufCL1MpmjRNhkL+NnHajSI30RsHFMv0c96hV3Va2g1VXrEVTB3F/0HhwBd9vwWwmiAGDMP/Nh7WfkQjHgHYCWVlbYgEdZj3rxeP9p14WEki3VavW2tZENjXoHpJswcT3UhB2m49p+pyV9NbzxZKeJDa2oniYBA9RfCrIURUIDI9Mk7vb+SVdcwx8JioiOebo568eRNHFI66KmQFrCGs+ZSuGFMk2ftaqhHSSctaD14EXzIurmWernw8xwmJAyiyBx6bKUIF969lBPlLVVCbl86ekNjm5xPxCaUM+Evugzo6nGsGckEUor85Ej54Q8qcxO/3m12F6gbHaEUUVK1splk+3dvDrSTZ6zJ+opxKkFph1MLjqQOIwqGU6DMMKy0JxMusjRg8n135LQQ/V05+Mzci4AF+kctidKfE42JDt5vA=" diff --git a/integrations/influxunifi/scripts/formula-deploy.sh b/integrations/influxunifi/scripts/formula-deploy.sh index e73b4a51..d6d51dc3 100755 --- a/integrations/influxunifi/scripts/formula-deploy.sh +++ b/integrations/influxunifi/scripts/formula-deploy.sh @@ -3,7 +3,7 @@ # Deploys a new unifi-poller.rb formula file to golift/homebrew-tap. make unifi-poller.rb -VERSION=$(grep '^\s*version\s*"' unifi-poller.rb | cut -d\" -f 2) +VERSION=$(grep -E '^\s*version\s*"' unifi-poller.rb | cut -d\" -f 2) git config user.name "unifi-poller-bot" git config user.email "unifi@poller.bot" @@ -16,5 +16,5 @@ pushd homebrew-repo echo "Showing diff:" git diff git commit -m "Update unifi-poller on Release: v${VERSION}" Formula/unifi-poller.rb -#git push +git push popd