summaryrefslogtreecommitdiff
path: root/contrib/cirrus/shellcheck.sh
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2020-10-06 10:21:18 -0400
committerChris Evich <cevich@redhat.com>2020-10-06 16:01:24 -0400
commitae0f65565200df36347513cdb41989ed3f7a2e93 (patch)
treecf59ec0e9bdf56ecd13585333be8a22c55b7a7d2 /contrib/cirrus/shellcheck.sh
parenta7500e54a4646c7db477349e2530ac13df77b8fa (diff)
downloadpodman-ae0f65565200df36347513cdb41989ed3f7a2e93.tar.gz
podman-ae0f65565200df36347513cdb41989ed3f7a2e93.tar.bz2
podman-ae0f65565200df36347513cdb41989ed3f7a2e93.zip
Cirrus: Fix running shellcheck locally
Also, check the contents of hack/get_ci_vm.sh Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/shellcheck.sh')
-rwxr-xr-xcontrib/cirrus/shellcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/shellcheck.sh b/contrib/cirrus/shellcheck.sh
index edf8248d3..667d30c91 100755
--- a/contrib/cirrus/shellcheck.sh
+++ b/contrib/cirrus/shellcheck.sh
@@ -11,6 +11,6 @@ shellcheck --color=always --format=tty \
--enable add-default-case,avoid-nullary-conditions,check-unassigned-uppercase \
--exclude SC2046,SC2034,SC2090,SC2064 \
--wiki-link-count=0 --severity=warning \
- $SCRIPT_BASE/*.sh
+ $SCRIPT_BASE/*.sh hack/get_ci_vm.sh
echo "Shellcheck: PASS"