add repo name to ghcmgr url

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-04-02 13:50:55 +02:00
parent e66452ba4b
commit 916467555f
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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()}'
"""
}
}