Download:
child 137:51ea3bbb687a
parent 135:74b36212f1f9
136:9576736033f6
Anton Shestakov <av6@dwimlabs.net>, Wed, 13 Jul 2016 16:34:08 +0800
checker: ignore docker-build stdout

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
check-in-docker.sh file | annotate | diff | comparison | revisions
--- a/check-in-docker.sh Wed Jul 13 00:02:04 2016 +0800
+++ b/check-in-docker.sh Wed Jul 13 16:34:08 2016 +0800
@@ -3,7 +3,7 @@
(
cat dockerfiles/ubuntu-xenial
-) | docker build --tag candolint-checker -
+) | docker build --tag candolint-checker - > /dev/null
docker run --rm -u worker -v "$PWD":/mnt:ro candolint-checker \
sh -c "cd /mnt && python -u checker.py $@ 2>&1"