mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-08 17:04:26 +01:00
PR #2252 put `set -o nounset` in `ci/lib.sh`. It turns out that this won't work when `$CI` is unset (it is always set in CI). Expand `$CI` to nothing. Fixes: #2283 Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>