fix build

This commit is contained in:
David Newhall II 2019-06-21 05:04:15 -07:00
parent 2ddb088004
commit c85d27ea41
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ script:
- docker run -d --name unifi-poller golift/unifi-poller | tee docker_id
# 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 logs $(<docker_id) 2>&1 | grep -Eq "Loaded Configuration[:] /etc/unifi-poller/up.conf"
- docker logs $(<docker_id) 2>&1 | grep -Eq "Loading Configuration File[:] /etc/unifi-poller/up.conf"
# test and build everything
- rvm 2.0.0 do make release
after_success: