From f0df4c731cc4c3914626cf91514b8a4eedd4b1cf Mon Sep 17 00:00:00 2001 From: Aleksandr Meshchriakov Date: Tue, 19 May 2026 20:29:31 +0200 Subject: [PATCH] ci: fail stale backend golden image checks --- .gitea/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index f39e039..90a0ca5 100644 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -109,6 +109,7 @@ jobs: image_usable() { docker run --rm "${CI_GOLDEN_REF}:${GOLDEN_TAG}" \ bash -c " + set -euo pipefail test -f /app/uv.lock test \"\$(sha256sum /app/uv.lock | awk '{ print \$1 }')\" = '${lockfile_sha}' /app/.venv/bin/ruff --version >/dev/null