trigger docker build
This commit is contained in:
parent
6a5cecdc38
commit
5a2bd0d998
|
|
@ -17,7 +17,7 @@ class UnifiPoller < Formula
|
||||||
# to $GOPATH/src/github.com/davidnewhall/unifi-poller
|
# to $GOPATH/src/github.com/davidnewhall/unifi-poller
|
||||||
bin_path.install Dir["*"]
|
bin_path.install Dir["*"]
|
||||||
cd bin_path do
|
cd bin_path do
|
||||||
system "dep", "ensure", "-vendor-only"
|
system "dep", "ensure", "--vendor-only"
|
||||||
system "make", "install", "VERSION=#{version}", "PREFIX=#{prefix}", "ETC=#{etc}"
|
system "make", "install", "VERSION=#{version}", "PREFIX=#{prefix}", "ETC=#{etc}"
|
||||||
# If this fails, the user gets a nice big warning about write permissions on their
|
# If this fails, the user gets a nice big warning about write permissions on their
|
||||||
# #{var}/log folder. The alternative could be letting the app silently fail
|
# #{var}/log folder. The alternative could be letting the app silently fail
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue