diff --git a/defines/dev-images/reference-image-id b/defines/dev-images/reference-image-id index d2af8d40964..0769284dfc1 100755 --- a/defines/dev-images/reference-image-id +++ b/defines/dev-images/reference-image-id @@ -1,5 +1,4 @@ #!/usr/bin/env bash -# shellcheck disable=SC2317 # This script builds a 'reference image' (formerly known as IMAGE_TESTING) # and returns its image ID @@ -10,9 +9,6 @@ # @DOCKER_REGISTRY: the Docker registry to connect to # @BASE_BUILD_IMAGE: overrides the whole base image specifier -echo "artifacts.lan.tribe29.com:4000/ubuntu-22.04:llvm-pin" -exit 0 - set -e : "${REFERENCE_IMAGE_DISTRO:="ubuntu-22.04"}"