diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48e1fb6b5..0eab7c9f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ stages: script: # For complete details on the GitHub API please see: # https://developer.github.com/v3/repos/statuses + - echo "CI_JOB_NAME = ${CI_JOB_NAME}" - 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: