Skip to content

Commit 36630ee

Browse files
authored
Merge pull request #831 from buildkite/fix-linter-issue
Fix linter issue in steps/copy.sh
2 parents 3b6834e + 916bac4 commit 36630ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/steps/copy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ linux_arm64_source_image_name=$(get_image_name "$linux_arm64_source_image_id" "$
136136
windows_amd64_source_image_name=$(get_image_name "$windows_amd64_source_image_id" "$source_region")
137137

138138
# Copy to all other regions
139+
# shellcheck disable=SC2048
139140
for region in ${ALL_REGIONS[*]}; do
140141
if [[ $region != "$source_region" ]] ; then
141142
echo "--- :linux: Copying Linux AMD64 $linux_amd64_source_image_id to $region" >&2
@@ -159,7 +160,7 @@ Mappings:
159160
EOF
160161

161162
echo "--- Waiting for AMIs to become available" >&2
162-
163+
# shellcheck disable=SC2048
163164
for region in ${ALL_REGIONS[*]}; do
164165
linux_amd64_image_id="${IMAGES[0]}"
165166
linux_arm64_image_id="${IMAGES[1]}"

0 commit comments

Comments
 (0)