From 41b23906368179e32db47def8442ba56d801434e Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sat, 17 Jan 2026 13:55:57 -0500 Subject: [PATCH] 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. --- scripts/generate-matrix.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/generate-matrix.sh b/scripts/generate-matrix.sh index 67fecdd..fad48db 100755 --- a/scripts/generate-matrix.sh +++ b/scripts/generate-matrix.sh @@ -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: