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 f7724f1 commit 05b46b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,13 @@ deploy-dev:
script:
# For complete details on the GitHub API please see:
# https://developer.github.com/v3/repos/statuses
- echo ${MYTOKEN_GROUP_TEST}
- 'echo curl -L
-X POST
-H "Accept: application/vnd.github+json"
-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}\""'
-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 05b46b0

Please sign in to comment.