Fix the KCI_API link 58/21258/1
authorKhouloud Touil <ktouil@baylibre.com>
Mon, 6 May 2019 15:03:57 +0000 (17:03 +0200)
committerKhouloud Touil <ktouil@baylibre.com>
Mon, 6 May 2019 15:03:57 +0000 (17:03 +0200)
This patch fixes the KCI_API link, it should be an 'http' not 'httpis'.

Change-Id: Iad52da5de124289ac15563b3bf10d652ef76bbe1
Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
jjb/common/include-agl-lava-jobs-submit.sh

index c221b7e..55db062 100644 (file)
@@ -92,7 +92,7 @@ echo "####"
 
 set -x
 if [ -n "$KCI_EMAIL_AUTH_TOKEN" ]; then
-       KCI_API='https://kernelci.dev.baylibre.com:8081'
+       KCI_API='http://kernelci.dev.baylibre.com:8081'
        TREE_NAME=$(grep kernel.tree: $JOB_FILE_NEW | sed 's,[[:space:]],,g' | cut -d: -f2)
        BRANCH=$(grep git.branch: $JOB_FILE_NEW | sed 's,[[:space:]],,g' | cut -d: -f2)
        GIT_DESCRIBE="$(grep kernel.version: $JOB_FILE_NEW | sed 's,[[:space:]],,g' | cut -d: -f2)"