mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-11 14:42:46 +02:00
output as runs
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
6b5e3e4b8a
commit
77a07b4dd6
@ -68,7 +68,7 @@ main(){
|
|||||||
export ERRORS=""
|
export ERRORS=""
|
||||||
# build all dockerfiles
|
# build all dockerfiles
|
||||||
echo "Running in parallel with ${JOBS} jobs."
|
echo "Running in parallel with ${JOBS} jobs."
|
||||||
parallel -j"${JOBS}" dofile "{1}" ::: "${files[@]}"
|
parallel --tag --verbose --ungroup -j"${JOBS}" dofile "{1}" ::: "${files[@]}"
|
||||||
|
|
||||||
if [[ "$ERRORS" == "" ]]; then
|
if [[ "$ERRORS" == "" ]]; then
|
||||||
echo "No errors, hooray!"
|
echo "No errors, hooray!"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user