Commit 607bb002 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix typo

parent 9fd785a5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ check-merged-ci-config-is-valid:
    - sed -i".bak" "s/\&IVAS_CODEC_CI_REF main/\&IVAS_CODEC_CI_REF ${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}/" $test_yml
    - |
      jq -n --arg yaml "$(<$test_yml)" '.content=$yaml' \
      | curl -sS POST \
      | curl -sS -X POST \
             --url "https://forge.3gpp.org/rep/api/v4/projects/$project_id/ci/lint?include_merged_yaml=true" \
             -H "Content-Type: application/json" \
             -H "PRIVATE-TOKEN: $LINT_TOKEN" \