diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9581640f..f57c77da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ stages: script: # For complete details on the GitHub API please see: # https://developer.github.com/v3/repos/statuses - - curl -X POST -H \"Authorization: token @${GITHUB_TOKEN}\" https://api.github.com/repos/${STATUS_PROJECT}/statuses/${CI_COMMIT_SHA}?state=${CI_JOB_NAME}\&context=${STATUS_NAME}\&target_url=${CI_PIPELINE_URL} + - curl -X POST -H 'Authorization: token @${GITHUB_TOKEN}' https://api.github.com/repos/${STATUS_PROJECT}/statuses/${CI_COMMIT_SHA}?state=${CI_JOB_NAME}\&context=${STATUS_NAME}\&target_url=${CI_PIPELINE_URL} pending: stage: .pre