mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-04 04:45:19 +00:00
new ghcmgr API requries repo name in path
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
cf8527d147
commit
00b5ad2af6
@ -232,7 +232,7 @@ def ghcmgrPostBuild(success) {
|
||||
curl --silent --verbose -XPOST --data '${json}' \
|
||||
-u '${GHCMGR_USER}:${GHCMGR_PASS}' \
|
||||
-H "content-type: application/json" \
|
||||
'${ghcmgrurl}/builds/${changeId}'
|
||||
'${ghcmgrurl}/builds/status-react/${changeId}'
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user