Skip to content

Commit

Permalink
ci-automation/image-changes: Meh
Browse files Browse the repository at this point in the history
  • Loading branch information
krnowak committed Nov 20, 2023
1 parent cbcf33f commit 1e1cd77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci-automation/image_changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,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
Expand Down

0 comments on commit 1e1cd77

Please # to comment.