Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann authored Dec 15, 2023
1 parent c98de0c commit 3271222
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@ deploy-dev:
script:
# For complete details on the GitHub API please see:
# https://developer.github.com/v3/repos/statuses
- 'echo curl -L
-X POST
-H "Accept: application/vnd.github+json"
-H @${GH_CURL_HEADER}
-H "X-GitHub-Api-Version: 2022-11-28"
https://api.github.com/repos/${STATUS_PROJECT}/statuses/${CI_COMMIT_SHA}
-d "\"state\": \"${CI_JOB_NAME}\",\"context\": \"${STATUS_NAME}\", \"target_url\": \"${CI_PIPELINE_URL}\""'
- 'curl -L
-X POST
-H "Accept: application/vnd.github+json"
Expand Down

0 comments on commit 3271222

Please sign in to comment.