mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-05 21:44:15 -04:00
removed testcase
This commit is contained in:
parent
d330757b87
commit
bc3cfe1145
1 changed files with 0 additions and 2 deletions
|
@ -63,8 +63,6 @@ done
|
||||||
mapfile -t database_ids < <(echo "${database_ids[@]}")
|
mapfile -t database_ids < <(echo "${database_ids[@]}")
|
||||||
mapfile -td " " database_ids < <(echo "${database_ids[@]}")
|
mapfile -td " " database_ids < <(echo "${database_ids[@]}")
|
||||||
|
|
||||||
database_ids=("8750778451")
|
|
||||||
|
|
||||||
echo "[*] downloading terraform state artifacts"
|
echo "[*] downloading terraform state artifacts"
|
||||||
for id in "${database_ids[@]}"; do
|
for id in "${database_ids[@]}"; do
|
||||||
if [[ $id == *[^[:space:]]* ]]; then
|
if [[ $id == *[^[:space:]]* ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue