mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
When we try to run the kata-deploy-binaries.sh script, we have a failure on the pkglib.sh script that we can not source the versions.txt. In order to avoid these kind of failures, we introduce to detect if this file exists and in case that it does not, we fail the script. Fixes #712 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>