Merge pull request #553 from jcvenegas/fix-release-pipeline

download_image: source pkglib to get commit length.
This commit is contained in:
Jose Carlos Venegas Munoz 2019-05-30 17:35:13 -05:00 committed by GitHub
commit bcc17c354f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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="${?}"