mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
offline_signing: download artifacts in parallel
This commit is contained in:
parent
716b081cdf
commit
20eaa8a371
@ -21,7 +21,7 @@ download() {
|
||||
mkdir -p "${dir}"
|
||||
pushd "${dir}" >/dev/null
|
||||
|
||||
gsutil cp \
|
||||
gsutil -m cp \
|
||||
"${gs}/coreos_production_image.vmlinuz" \
|
||||
"${gs}/coreos_production_image.vmlinuz.sig" \
|
||||
"${gs}/coreos_production_update.bin.bz2" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user