Skip to content

Commit 4216fb9

Browse files
committed
khanify shellcheck
1 parent 4624d10 commit 4216fb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packer/linux/conf/bin/bk-mount-instance-storage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ if [[ "${BUILDKITE_ENABLE_INSTANCE_STORAGE:-false}" != "true" ]] ; then
1010
exit 0
1111
fi
1212

13+
#shellcheck disable=SC2207
1314
devices=($(nvme list | grep "Amazon EC2 NVMe Instance Storage"| cut -f1 -d' '))
1415

1516
if [ -z "${devices[*]}" ]

0 commit comments

Comments
 (0)