fix(ci): Remove circular variable references from test matrix generator

This commit is contained in:
russell@unturf.com 2026-01-18 18:04:11 -05:00
parent 210d786674
commit 5164c3a381
2 changed files with 1 additions and 5 deletions

View file

@ -243,8 +243,6 @@ perf-report:
- echo "Performance Report Generator"
- echo "Tag - $CI_COMMIT_TAG"
- echo "========================================"
- ls -la build/ || echo "No build/ directory"
- echo "UNSANDBOX_PUBLIC_KEY set:" && test -n "$UNSANDBOX_PUBLIC_KEY" && echo "yes (${UNSANDBOX_PUBLIC_KEY:0:12}...)" || echo "NO - MISSING!"
- echo "$CI_COMMIT_TAG" | grep -qE '^[0-9]+\.[0-9]+\.[0-9]+$' || exit 1
- echo "Step 1 - Generating performance report..."
- bash scripts/generate-perf-report.sh "$CI_COMMIT_TAG" || echo "WARN - Report generation failed"

View file

@ -67,9 +67,7 @@ default:
tags:
- build
variables:
UNSANDBOX_PUBLIC_KEY: $UNSANDBOX_PUBLIC_KEY
UNSANDBOX_SECRET_KEY: $UNSANDBOX_SECRET_KEY
# CI variables inherited from parent pipeline
build-cli:
stage: build