Commit eef655bd authored by Jan Kiene's avatar Jan Kiene
Browse files

fix typo in URL

parent ea3acb6b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 \