Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ check-merged-ci-config-is-valid: - | jq -n --arg yaml "$(<$test_yml)" '.content=$yaml' \ | curl -sS -X POST \ --url "${CI_API_V4_URL}/v4/projects/${CI_PROJECT_ID}/ci/lint?include_merged_yaml=true" \ --url "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/ci/lint?include_merged_yaml=true" \ -H "Content-Type: application/json" \ -H "JOB-TOKEN: $CI_JOB_TOKEN" \ --output $MERGED_RESPONSE \ Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ check-merged-ci-config-is-valid: - | jq -n --arg yaml "$(<$test_yml)" '.content=$yaml' \ | curl -sS -X POST \ --url "${CI_API_V4_URL}/v4/projects/${CI_PROJECT_ID}/ci/lint?include_merged_yaml=true" \ --url "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/ci/lint?include_merged_yaml=true" \ -H "Content-Type: application/json" \ -H "JOB-TOKEN: $CI_JOB_TOKEN" \ --output $MERGED_RESPONSE \ Loading