File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ linux_arm64_source_image_name=$(get_image_name "$linux_arm64_source_image_id" "$
136
136
windows_amd64_source_image_name=$( get_image_name " $windows_amd64_source_image_id " " $source_region " )
137
137
138
138
# Copy to all other regions
139
+ # shellcheck disable=SC2048
139
140
for region in ${ALL_REGIONS[*]} ; do
140
141
if [[ $region != " $source_region " ]] ; then
141
142
echo " --- :linux: Copying Linux AMD64 $linux_amd64_source_image_id to $region " >&2
@@ -159,7 +160,7 @@ Mappings:
159
160
EOF
160
161
161
162
echo " --- Waiting for AMIs to become available" >&2
162
-
163
+ # shellcheck disable=SC2048
163
164
for region in ${ALL_REGIONS[*]} ; do
164
165
linux_amd64_image_id=" ${IMAGES[0]} "
165
166
linux_arm64_image_id=" ${IMAGES[1]} "
You can’t perform that action at this time.
0 commit comments