mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 08:17:37 +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:
parent
ab4e7ee3ed
commit
8369eb6f23
@ -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="${?}"
|
||||
|
Loading…
Reference in New Issue
Block a user