diff --git a/.ci-scripts/lint.sh b/.ci-scripts/lint.sh index a3c51007fb4bee9cfa5751c6e6f5d18c9f8ff2e3..1353ad1e921ef7ab8b244714ad68882857f4319b 100644 --- a/.ci-scripts/lint.sh +++ b/.ci-scripts/lint.sh @@ -1,7 +1,7 @@ #!/bin/bash jq --null-input --arg yaml "$1" '.content=$yaml' \ - | curl "https://git.ethitter.com/api/v4/projects/:id/ci/lint?include_merged_yaml=true" \ + | curl "https://git.ethitter.com/api/v4/projects/${CI_JOB_ID}/ci/lint?include_merged_yaml=true" \ --silent \ --header 'Content-Type: application/json' \ --header "PRIVATE-TOKEN: $GITLAB_API_PAT" \