Attempt to suppress progress bars when building for the integration test

Signed-off-by: Ying Li <ying.li@docker.com>
This commit is contained in:
Ying Li 2016-04-01 11:08:56 -07:00
parent 93730582d7
commit 4657bbd3c5
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ set -x
cleanup
docker-compose -f development.yml build ${BUILDOPTS}
docker-compose -f development.yml build ${BUILDOPTS} --pull | tee
docker-compose -f development.yml up --abort-on-container-exit
trap cleanup SIGINT SIGTERM EXIT