From 00dad31c11546038d32fd54136ebb07d8d0544f2 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Wed, 15 Nov 2023 18:06:16 +0100 Subject: [PATCH] ci-automation/image-changes: Meh --- ci-automation/image_changes.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-automation/image_changes.sh b/ci-automation/image_changes.sh index 498f2efabd..adbbf86274 100644 --- a/ci-automation/image_changes.sh +++ b/ci-automation/image_changes.sh @@ -49,6 +49,8 @@ function image_changes() ( if [[ -z "${BUILDCACHE_SERVER:-}" ]]; then local BUILDCACHE_SERVER=$(source ci-automation/ci-config.env; echo "${BUILDCACHE_SERVER}") fi + local version + version=$(source sdk_container/.repo/manifests/version.txt; echo "${FLATCAR_VERSION}") echo "Image URL: http://${BUILDCACHE_SERVER}/images/${arch}/${version}/flatcar_production_image.bin.bz2" echo run_image_changes_job "${arch}" "${mode}" '-' "${fbs_repo}" ricj_callback