Include make docker-release into CI pipeline

This commit is contained in:
Dan Sosedoff
2016-10-01 20:43:20 -05:00
parent 376d2283bf
commit e52782fe9c

View File

@@ -22,4 +22,5 @@ install:
script:
- make build
- make test
- PGHOST=127.0.0.1 ./script/test_all.sh
- PGHOST=127.0.0.1 make test-all
- make docker-release