ci: keep runtime golden check yaml-safe
All checks were successful
CI/CD Pipeline / Quality Gate (push) Successful in 35s
CI/CD Pipeline / Build and Push Images (push) Successful in 3m51s
CI/CD Pipeline / Internal Notify (push) Successful in 0s
CI/CD Pipeline / Deploy Dev in Dokploy (push) Successful in 1s

This commit is contained in:
2026-05-19 22:21:51 +02:00
parent bd1a728993
commit 8dabfe9cdf

View File

@@ -302,9 +302,7 @@ jobs:
set -euo pipefail 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/python - <<'PY' /app/.venv/bin/python -c 'import polymorphic'
import polymorphic
PY
" "
} }