aboutsummaryrefslogtreecommitdiff
path: root/lkft-android-common-gateway.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2021-03-09 22:49:30 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2021-03-09 14:52:09 +0000
commite9fbc068ab8165086fd49e017ac1b3f0f8d26daa (patch)
tree0d8f3648902cb4c160c819b482f5f7e9380d741e /lkft-android-common-gateway.yaml
parent3c514cee673d068319d893f19abb37ac4a146353 (diff)
lkft-android-common-gateway.yaml: fix to push to the right branch
Change-Id: I2002b7c3e189fed55bb06d96bacc553746aad3e4 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'lkft-android-common-gateway.yaml')
-rw-r--r--lkft-android-common-gateway.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lkft-android-common-gateway.yaml b/lkft-android-common-gateway.yaml
index b21d830c58..9c3d612598 100644
--- a/lkft-android-common-gateway.yaml
+++ b/lkft-android-common-gateway.yaml
@@ -48,7 +48,7 @@
rm -fr android-build-kernel-versions
git clone -b lkft ssh://ci-bot@android-review.linaro.org:29418/android-build-kernel-versions android-build-kernel-versions
set +e
- ./android-build-kernel-versions/get-update.sh "${KERNEL_BRANCH}" "${MAKE_KERNELVERSION}"
+ ./android-build-kernel-versions/get-update.sh "${KERNEL_BRANCH}" "${MAKE_KERNELVERSION}" lkft
check_status=$?
if [ ${check_status} -eq 1 ]; then
skip_build=true