From 2d98277007e3f079e98a8c096680fa66fa57a781 Mon Sep 17 00:00:00 2001 From: lisimin Date: Thu, 10 Mar 2022 16:59:32 +0800 Subject: [PATCH] scp files when triger building even though embedded_img exist Signed-off-by: lisimin --- script/tools/copy_embedded_img.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/script/tools/copy_embedded_img.sh b/script/tools/copy_embedded_img.sh index 6a60243..2d5ce86 100644 --- a/script/tools/copy_embedded_img.sh +++ b/script/tools/copy_embedded_img.sh @@ -21,7 +21,6 @@ fi ") if [ -n "$res" ];then echo $res - exit 0 fi mkdir tmpdir expect <<-END1 -- Gitee