aboutsummaryrefslogtreecommitdiff
path: root/lkft-android-common-gateway.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2021-03-09 22:16:09 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2021-03-09 14:20:41 +0000
commit3c514cee673d068319d893f19abb37ac4a146353 (patch)
tree60f2333f9390b7d153b006d654c1b5621c494c8a /lkft-android-common-gateway.yaml
parent71a7afb1ca21ccdebdfef814672fd8c58bed2739 (diff)
lkft-android-common-gateway.yaml: do not exit when run get-update.sh
Change-Id: I9cd53eb21750f51a50ca1021a0ae15353508c448 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, 2 insertions, 0 deletions
diff --git a/lkft-android-common-gateway.yaml b/lkft-android-common-gateway.yaml
index 0633a8ddb7..b21d830c58 100644
--- a/lkft-android-common-gateway.yaml
+++ b/lkft-android-common-gateway.yaml
@@ -47,11 +47,13 @@
git config --global user.email "ci-bot@linaro.org"
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}"
check_status=$?
if [ ${check_status} -eq 1 ]; then
skip_build=true
fi
+ set -e
fi
if ${skip_build}; then