fix(ci): Remove comment from generated YAML causing parser error

GitLab's YAML parser was failing with 'jobs:test:script config should be
a string or a nested array of strings' due to the inline comment in the
before_script section of the dynamically generated test-matrix.yml.
This commit is contained in:
russell@unturf.com 2026-01-17 13:55:57 -05:00
parent 1077543b7c
commit 41b2390636

View file

@ -75,10 +75,8 @@ done
# Complete the test job template
cat >> test-matrix.yml << 'EOF'
before_script:
# Build the C CLI for inception testing (child pipeline needs its own build)
- bash scripts/build-clients.sh
script:
- echo "=== Inception Test: $SDK_LANG ==="
- bash scripts/test-sdk.sh "$SDK_LANG"
artifacts:
reports: