make a comment in run-docker shellcheck friendlier

pull/971/head
Jesse Vincent 4 years ago
parent 395f8ac992
commit 4c421277a7
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -36,7 +36,8 @@ tar -cf "${XFER_DIR}/kaleidoscope.tar" \
echo "Building the docker image..."
docker build -q -t kaleidoscope/docker etc
# shellcheck disable=SC2086 # We do want word splitting since there are multiple options here
# We do want word splitting since there are multiple options here
# shellcheck disable=SC2086
docker run --rm $DOCKER_RUN_INTERACTIVE_OPTS \
--tmpfs /kaleidoscope:exec \
--mount type=bind,source="${XFER_DIR}",destination=/kaleidoscope-src,consistency=delegated,readonly \

Loading…
Cancel
Save