From a7d733a6650169ae09fb08b70d2b73212fac0faa Mon Sep 17 00:00:00 2001 From: Jean Luca Bez Date: Mon, 6 Jan 2025 22:40:24 -0800 Subject: [PATCH] include reporting stage --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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: