ci: fail stale backend golden image checks
This commit is contained in:
@@ -109,6 +109,7 @@ jobs:
|
|||||||
image_usable() {
|
image_usable() {
|
||||||
docker run --rm "${CI_GOLDEN_REF}:${GOLDEN_TAG}" \
|
docker run --rm "${CI_GOLDEN_REF}:${GOLDEN_TAG}" \
|
||||||
bash -c "
|
bash -c "
|
||||||
|
set -euo pipefail
|
||||||
test -f /app/uv.lock
|
test -f /app/uv.lock
|
||||||
test \"\$(sha256sum /app/uv.lock | awk '{ print \$1 }')\" = '${lockfile_sha}'
|
test \"\$(sha256sum /app/uv.lock | awk '{ print \$1 }')\" = '${lockfile_sha}'
|
||||||
/app/.venv/bin/ruff --version >/dev/null
|
/app/.venv/bin/ruff --version >/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user