mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-03 21:54:25 +01:00
The clone_tests_repo() in ci/lib.sh relies on CI variable to decide whether to checkout the tests repository or not. So it is required to pass that variable down to the build container of kata-deploy, otherwise it can fail on some scenarios. Fixes #4949 Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>