ci: cri-containerd: Remove ununsed SNAP_CI var

We don't support SNAP anymore, thus we can remove the var.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-07-14 14:23:06 +02:00
parent d36c3395c0
commit cfd662fee9

View File

@ -44,7 +44,6 @@ readonly runc_runtime_bin=$(command -v "runc")
readonly CRITEST=${GOPATH}/bin/critest
# Flag to do tasks for CI
SNAP_CI=${SNAP_CI:-""}
CI=${CI:-""}
containerd_shim_path="$(command -v containerd-shim)"