parent
90896925af
commit
f640f6006e
|
|
@ -46,7 +46,7 @@ deploy:
|
|||
- provider: script
|
||||
script: scripts/formula-deploy.sh
|
||||
on:
|
||||
all_branches: true
|
||||
tags: true
|
||||
repo: davidnewhall/unifi-poller
|
||||
env:
|
||||
global:
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ make unifi-poller.rb
|
|||
VERSION=$(grep -E '^\s*version\s*"' unifi-poller.rb | cut -d\" -f 2)
|
||||
|
||||
rm -rf homebrew-repo
|
||||
git config --global user.email "unifi@auto.releaser"
|
||||
git config --global user.name "unifi-auto-releaser"
|
||||
git clone git@github.com:golift/homebrew-repo.git
|
||||
|
||||
cp unifi-poller.rb homebrew-repo/Formula
|
||||
|
|
|
|||
Loading…
Reference in New Issue