Skip to content

Commit 00dad31

Browse files
committed
ci-automation/image-changes: Meh
1 parent c9b9864 commit 00dad31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci-automation/image_changes.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ function image_changes() (
4949
if [[ -z "${BUILDCACHE_SERVER:-}" ]]; then
5050
local BUILDCACHE_SERVER=$(source ci-automation/ci-config.env; echo "${BUILDCACHE_SERVER}")
5151
fi
52+
local version
53+
version=$(source sdk_container/.repo/manifests/version.txt; echo "${FLATCAR_VERSION}")
5254
echo "Image URL: http://${BUILDCACHE_SERVER}/images/${arch}/${version}/flatcar_production_image.bin.bz2"
5355
echo
5456
run_image_changes_job "${arch}" "${mode}" '-' "${fbs_repo}" ricj_callback

0 commit comments

Comments
 (0)