We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4624d10 commit 4216fb9Copy full SHA for 4216fb9
packer/linux/conf/bin/bk-mount-instance-storage.sh
@@ -10,6 +10,7 @@ if [[ "${BUILDKITE_ENABLE_INSTANCE_STORAGE:-false}" != "true" ]] ; then
10
exit 0
11
fi
12
13
+#shellcheck disable=SC2207
14
devices=($(nvme list | grep "Amazon EC2 NVMe Instance Storage"| cut -f1 -d' '))
15
16
if [ -z "${devices[*]}" ]
0 commit comments