Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/podman-test.sh')
-rwxr-xr-xscripts/ci/podman-test.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/ci/podman-test.sh b/scripts/ci/podman-test.sh
index 973d2d722..e08fdf3bc 100755
--- a/scripts/ci/podman-test.sh
+++ b/scripts/ci/podman-test.sh
@@ -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