aboutsummaryrefslogtreecommitdiff
path: root/lkft-android-common-gateway.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2021-03-09 16:21:33 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2021-03-09 08:23:32 +0000
commitc67e5683b15e493169aa37809864b631f33453fe (patch)
tree753b4e33774e69fa358c7088e734401b7f471514 /lkft-android-common-gateway.yaml
parentf3629287c4afbbc8af1e409851fc8ef3b477e4f7 (diff)
lkft-android-common-gateway.yaml: remove the exist directory
before run the git clone command Change-Id: Iaa4423061be1740b80157667b9f082ff190b8c17 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'lkft-android-common-gateway.yaml')
-rw-r--r--lkft-android-common-gateway.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lkft-android-common-gateway.yaml b/lkft-android-common-gateway.yaml
index ba06914e8a..0633a8ddb7 100644
--- a/lkft-android-common-gateway.yaml
+++ b/lkft-android-common-gateway.yaml
@@ -45,6 +45,7 @@
ssh-keyscan -p 29418 android-review.linaro.org >> ~/.ssh/known_hosts
git config --global user.name "Linaro CI"
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
./android-build-kernel-versions/get-update.sh "${KERNEL_BRANCH}" "${MAKE_KERNELVERSION}"
check_status=$?