2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +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:
Kir Kolyshkin
2022-04-12 17:10:27 -07:00
committed by Andrei Vagin
parent aeb6961f3d
commit 75b859f23f
2 changed files with 0 additions and 3 deletions

View File

@@ -1,7 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2015
set -x -e -o pipefail
./apt-install \

View File

@@ -27,7 +27,6 @@ rm -rf "${tmp_dir}"
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'
sleep 1