File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ jobs:
102
102
- uses : actions/checkout@v3
103
103
- name : vars
104
104
run : |
105
- echo 'VERSION=v0.7.2 ' >> $GITHUB_ENV
105
+ echo 'VERSION=v0.8.0 ' >> $GITHUB_ENV
106
106
echo 'BASEURL=https://github.com/koalaman/shellcheck/releases/download' >> $GITHUB_ENV
107
- echo 'SHA256SUM=12ee2e0b90a3d1e9cae24ac9b2838be66b48573cb2c8e8f3c566b959df6f050c ' >> $GITHUB_ENV
107
+ echo 'SHA256SUM=f4bce23c11c3919c1b20bcb0f206f6b44c44e26f2bc95f8aa708716095fa0651 ' >> $GITHUB_ENV
108
108
echo ~/bin >> $GITHUB_PATH
109
109
- name : install shellcheck
110
110
run : |
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ function teardown() {
10
10
teardown_bundle
11
11
}
12
12
13
+ # shellcheck disable=SC2030
13
14
@test " events --stats" {
14
15
# XXX: currently cgroups require root containers.
15
16
requires root
@@ -38,6 +39,7 @@ function test_events() {
38
39
fi
39
40
40
41
runc run -d --console-socket " $CONSOLE_SOCKET " test_busybox
42
+ # shellcheck disable=SC2031
41
43
[ " $status " -eq 0 ]
42
44
43
45
# Spawn two subshels:
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ TESTDATA="${INTEGRATION_ROOT}/testdata"
26
26
# Kernel version
27
27
KERNEL_VERSION=" $( uname -r) "
28
28
KERNEL_MAJOR=" ${KERNEL_VERSION%% .* } "
29
- KERNEL_MINOR=" ${KERNEL_VERSION# $KERNEL_MAJOR .} "
29
+ KERNEL_MINOR=" ${KERNEL_VERSION# " $KERNEL_MAJOR " .} "
30
30
KERNEL_MINOR=" ${KERNEL_MINOR%% .* } "
31
31
32
32
ARCH=$( uname -m)
You can’t perform that action at this time.
0 commit comments