mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 22:32:39 +01:00
@@ -68,7 +68,7 @@ main(){
|
||||
export ERRORS=""
|
||||
# build all dockerfiles
|
||||
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
|
||||
echo "No errors, hooray!"
|
||||
|
||||
Reference in New Issue
Block a user