mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-16 16:32:03 +00:00
Merge pull request #553 from jcvenegas/fix-release-pipeline
download_image: source pkglib to get commit length.
This commit is contained in:
commit
bcc17c354f
@ -10,6 +10,7 @@ set -o errtrace
|
|||||||
|
|
||||||
script_dir=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd)
|
script_dir=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd)
|
||||||
source "${script_dir}/scripts/obs-docker.sh"
|
source "${script_dir}/scripts/obs-docker.sh"
|
||||||
|
source "${script_dir}/scripts/pkglib.sh"
|
||||||
|
|
||||||
handle_error() {
|
handle_error() {
|
||||||
local exit_code="${?}"
|
local exit_code="${?}"
|
||||||
|
Loading…
Reference in New Issue
Block a user