Skip to content

Commit

Permalink
Override the initial helper image versions for testing
Browse files Browse the repository at this point in the history
DO NOT MERGE

Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Jan 31, 2024
1 parent 226b3e5 commit 76e1a33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automation/include/balena-lib.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ include_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
device_dir=$( if cat /proc/self/cgroup | grep -q docker && [ -d "/work" ]; then cd "/work" && pwd; else cd "${include_dir}/../../.." && pwd; fi )

BALENA_YOCTO_SCRIPTS_VERSION=$(cd "${include_dir}" && head -n1 ../../VERSION)
BALENA_YOCTO_SCRIPTS_VERSION=build-kyle-publish-images
HELPER_IMAGE_REPO="${HELPER_IMAGE_REPO:-"ghcr.io/balena-os/balena-yocto-scripts"}"

# Return the latest tag of the device repository
Expand Down

0 comments on commit 76e1a33

Please sign in to comment.