mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-05 13:25:43 +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}' \
|
curl --silent --verbose -XPOST --data '${json}' \
|
||||||
-u '${GHCMGR_USER}:${GHCMGR_PASS}' \
|
-u '${GHCMGR_USER}:${GHCMGR_PASS}' \
|
||||||
-H "content-type: application/json" \
|
-H "content-type: application/json" \
|
||||||
'${ghcmgrurl}/builds/${utils.changeId()}'
|
'${ghcmgrurl}/builds/status-react/${utils.changeId()}'
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user