Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ check-merged-ci-config-is-valid: | curl -sS -X POST \ --url "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/ci/lint?include_merged_yaml=true" \ -H "Content-Type: application/json" \ -H "PRIVATE-TOKEN: $LINT_TOKEN" \ -H "PRIVATE-TOKEN: $CI_LINT_TOKEN" \ --output $MERGED_RESPONSE \ --data-binary @- Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ check-merged-ci-config-is-valid: | curl -sS -X POST \ --url "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/ci/lint?include_merged_yaml=true" \ -H "Content-Type: application/json" \ -H "PRIVATE-TOKEN: $LINT_TOKEN" \ -H "PRIVATE-TOKEN: $CI_LINT_TOKEN" \ --output $MERGED_RESPONSE \ --data-binary @- Loading