mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Echo set_status
This commit is contained in:
parent
c5ee6efb2b
commit
2248d59181
1 changed files with 2 additions and 0 deletions
|
@ -6,5 +6,7 @@ status=$1
|
|||
description=$2
|
||||
step=$3
|
||||
|
||||
echo '---------------------'
|
||||
echo curl -H "Authorization: token ${GITHUB_TOKEN}" --request POST --data "{\"state\": \"${status}\", \"description\": \"${description}\", \"target_url\": \"${BUILD_RESULT_URL}\", \"context\": \"phpBB continuous integration - ${step}\"}" https://api.github.com/repos/phpbb/phpbb/statuses/${last_commit}
|
||||
echo '---------------------'
|
||||
curl -H "Authorization: token ${GITHUB_TOKEN}" --request POST --data "{\"state\": \"${status}\", \"description\": \"${description}\", \"target_url\": \"${BUILD_RESULT_URL}\", \"context\": \"phpBB continuous integration - ${step}\"}" https://api.github.com/repos/phpbb/phpbb/statuses/${last_commit}
|
||||
|
|
Loading…
Add table
Reference in a new issue