Skip to content

Commit

Permalink
include reporting stage
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Jan 7, 2025
1 parent 2c9e412 commit a7d733a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a7d733a

Please sign in to comment.