We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b9864 commit 00dad31Copy full SHA for 00dad31
ci-automation/image_changes.sh
@@ -49,6 +49,8 @@ function image_changes() (
49
if [[ -z "${BUILDCACHE_SERVER:-}" ]]; then
50
local BUILDCACHE_SERVER=$(source ci-automation/ci-config.env; echo "${BUILDCACHE_SERVER}")
51
fi
52
+ local version
53
+ version=$(source sdk_container/.repo/manifests/version.txt; echo "${FLATCAR_VERSION}")
54
echo "Image URL: http://${BUILDCACHE_SERVER}/images/${arch}/${version}/flatcar_production_image.bin.bz2"
55
echo
56
run_image_changes_job "${arch}" "${mode}" '-' "${fbs_repo}" ricj_callback
0 commit comments