diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2021-03-24 13:26:43 +0000 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2021-03-24 13:26:43 +0000 |
commit | abc9b0fdaa93e387446b13dcc0c1e521ef3a0595 (patch) | |
tree | 0b6e6c0b261651d9ebd578a86d5da26f09f614b7 /jjb/common | |
parent | 63ab49f457dee86c8d63410d7aed1615a0de1916 (diff) |
SPEC-3414: add api option to agl-publish
The api argument was missing.
Change-Id: I98e9b066730f5917458d9caead8a6635a431750d
Bug-AGL: SPEC-3414
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Diffstat (limited to 'jjb/common')
-rw-r--r-- | jjb/common/include-agl-kci-publish-build-meta.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/common/include-agl-kci-publish-build-meta.sh b/jjb/common/include-agl-kci-publish-build-meta.sh index cc2f700b..ce4b1d53 100644 --- a/jjb/common/include-agl-kci-publish-build-meta.sh +++ b/jjb/common/include-agl-kci-publish-build-meta.sh @@ -60,7 +60,8 @@ kci-publish() { --build_version $BUILD_VERSION \ --commit $DIST_BUILD_HASH \ --arch $TARGETARCH \ - --branch $GERRIT_BRANCH + --branch $GERRIT_BRANCH \ + --api http://kernelci.dev.baylibre.com:8081/ # DEBUG purpose, verify what is uploaded if [ -e agl-build-meta ];then find agl-build-meta -type f | xargs cat |