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 5310e48 commit c98de0c
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 @@ -105,7 +105,7 @@ deploy-dev:
-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}"'
-d "\"state\": \"${CI_JOB_NAME}\",\"context\": \"${STATUS_NAME}\", \"target_url\": \"${CI_PIPELINE_URL}\""'

pending:
stage: .pre
Expand Down

0 comments on commit c98de0c

Please sign in to comment.