mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
download_image: source pkglib to get commit length.
commit length is needed to download the image. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
@@ -10,6 +10,7 @@ set -o errtrace
|
||||
|
||||
script_dir=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd)
|
||||
source "${script_dir}/scripts/obs-docker.sh"
|
||||
source "${script_dir}/scripts/pkglib.sh"
|
||||
|
||||
handle_error() {
|
||||
local exit_code="${?}"
|
||||
|
Reference in New Issue
Block a user