mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 00:02:01 +00:00
osbuilder: Skip shellcheck on test_images.sh
I'm not sure if we use test_images anywhere, so before we invest the time to fix the 120 shellcheck errors and warnings we should decide if we want to keep it. See #10957 Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
fb1d4b571f
commit
bc2d7d9e1e
@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# shellcheck disable=all
|
||||||
|
# Disable shellcheck until we decide if we are keeping this. Issue #10957
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 Intel Corporation
|
# Copyright (c) 2018 Intel Corporation
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user