mirror of https://github.com/docker/docs.git
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:
parent
93730582d7
commit
4657bbd3c5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue