mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 06:45:35 +00:00
scripts/ci: rm shellcheck disable annotations
Those are no longer needed with shellcheck 0.8.0. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
committed by
Andrei Vagin
parent
aeb6961f3d
commit
75b859f23f
@@ -1,7 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# shellcheck disable=SC2015
|
|
||||||
|
|
||||||
set -x -e -o pipefail
|
set -x -e -o pipefail
|
||||||
|
|
||||||
./apt-install \
|
./apt-install \
|
||||||
|
@@ -27,7 +27,6 @@ rm -rf "${tmp_dir}"
|
|||||||
|
|
||||||
podman info
|
podman info
|
||||||
|
|
||||||
# shellcheck disable=SC2016
|
|
||||||
podman run --name cr -d docker.io/library/alpine /bin/sh -c 'i=0; while true; do echo $i; i=$(expr $i + 1); sleep 1; done'
|
podman run --name cr -d docker.io/library/alpine /bin/sh -c 'i=0; while true; do echo $i; i=$(expr $i + 1); sleep 1; done'
|
||||||
|
|
||||||
sleep 1
|
sleep 1
|
||||||
|
Reference in New Issue
Block a user