Print go verdsion in build
This commit is contained in:
parent
71ecf263f7
commit
a5d9653aac
|
|
@ -30,6 +30,7 @@ script:
|
||||||
# Once we figure out how to keep it running we can remove the -a in ps args.
|
# Once we figure out how to keep it running we can remove the -a in ps args.
|
||||||
- docker ps -a | grep -q unifi-poller
|
- docker ps -a | grep -q unifi-poller
|
||||||
- docker logs $(<docker_id) 2>&1 | grep -Eq "Loaded Configuration[:] /etc/unifi-poller/up.conf"
|
- docker logs $(<docker_id) 2>&1 | grep -Eq "Loaded Configuration[:] /etc/unifi-poller/up.conf"
|
||||||
|
- go version
|
||||||
- rvm 2.0.0 do make release
|
- rvm 2.0.0 do make release
|
||||||
# get deploy key for golift/homebrew-mugs.
|
# get deploy key for golift/homebrew-mugs.
|
||||||
after_success:
|
after_success:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue