script.build.linux: Do not tail image build logs

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
Christopher Crone 2019-02-05 10:50:55 +01:00 committed by Ulysses Souza
parent 28310b3ba4
commit 3fc5c6f563
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -ex
./script/clean ./script/clean
TAG="docker-compose" TAG="docker-compose"
docker build -t "$TAG" . | tail -n 200 docker build -t "$TAG" .
docker run \ docker run \
--rm --entrypoint="script/build/linux-entrypoint" \ --rm --entrypoint="script/build/linux-entrypoint" \
-v $(pwd)/dist:/code/dist \ -v $(pwd)/dist:/code/dist \