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:
parent
1077543b7c
commit
41b2390636
1 changed files with 0 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue