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 6b8562f commit f09edd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f09edd6

Please sign in to comment.