From 7661ce87b776b81a514db2e831d113b446682fb5 Mon Sep 17 00:00:00 2001 From: Robert Bendun Date: Wed, 29 Mar 2023 00:13:34 +0200 Subject: [PATCH] script compatible with raw jenkins instance --- prepare-ztm-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-ztm-data.sh b/prepare-ztm-data.sh index ec26907..ee00d58 100755 --- a/prepare-ztm-data.sh +++ b/prepare-ztm-data.sh @@ -8,7 +8,7 @@ set -xe -o pipefail keep=(stops.txt trips.txt stop_times.txt) mkdir -p data && cd data -parallel -j 8 -- wget --no-verbose --no-clobber <../ztm-data.txt +xargs -- wget --no-verbose --no-clobber <../ztm-data.txt for file in $(find . -name 'index*.zip'); do dir="${file##*=}"