mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
add repo name to ghcmgr url
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e66452ba4b
commit
916467555f
@ -43,7 +43,7 @@ def postBuild(success) {
|
||||
curl --silent --verbose -XPOST --data '${json}' \
|
||||
-u '${GHCMGR_USER}:${GHCMGR_PASS}' \
|
||||
-H "content-type: application/json" \
|
||||
'${ghcmgrurl}/builds/${utils.changeId()}'
|
||||
'${ghcmgrurl}/builds/status-react/${utils.changeId()}'
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user