mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +02:00
ci-automation/image-changes: Meh
This commit is contained in:
parent
c9b9864ae1
commit
00dad31c11
@ -49,6 +49,8 @@ function image_changes() (
|
|||||||
if [[ -z "${BUILDCACHE_SERVER:-}" ]]; then
|
if [[ -z "${BUILDCACHE_SERVER:-}" ]]; then
|
||||||
local BUILDCACHE_SERVER=$(source ci-automation/ci-config.env; echo "${BUILDCACHE_SERVER}")
|
local BUILDCACHE_SERVER=$(source ci-automation/ci-config.env; echo "${BUILDCACHE_SERVER}")
|
||||||
fi
|
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 "Image URL: http://${BUILDCACHE_SERVER}/images/${arch}/${version}/flatcar_production_image.bin.bz2"
|
||||||
echo
|
echo
|
||||||
run_image_changes_job "${arch}" "${mode}" '-' "${fbs_repo}" ricj_callback
|
run_image_changes_job "${arch}" "${mode}" '-' "${fbs_repo}" ricj_callback
|
||||||
|
Loading…
x
Reference in New Issue
Block a user