mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
tidy
This commit is contained in:
parent
ebaaaa1b9f
commit
6d177c5231
@ -63,7 +63,7 @@ mapfile -td " " database_ids < <(echo "${database_ids[@]}")
|
||||
|
||||
echo "[*] downloading terraform state artifacts"
|
||||
for id in "${database_ids[@]}"; do
|
||||
if [[ "$id" = *[^[:space:]]* ]]; then
|
||||
if [[ $id == *[^[:space:]]* ]]; then
|
||||
echo " downloading from workflow $id"
|
||||
download_tfstate_artifact "$id"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user