From 00b5ad2af6756cd93689ddb24254fa33559ff8df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 6 Feb 2019 23:38:08 +0100 Subject: [PATCH] new ghcmgr API requries repo name in path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/common.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/common.groovy b/ci/common.groovy index 4b179c3583..7bad24e9e9 100644 --- a/ci/common.groovy +++ b/ci/common.groovy @@ -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}' """ } }