Fix bash format and Makefile bug 56/1856/1 ci-test
authorchengli3 <cheng1.li@intel.com>
Mon, 28 Oct 2019 06:06:41 +0000 (14:06 +0800)
committerchengli3 <cheng1.li@intel.com>
Mon, 28 Oct 2019 06:06:41 +0000 (14:06 +0800)
Signed-off-by: chengli3 <cheng1.li@intel.com>
Change-Id: I775ddb60185209c11f0539e5aa268bd35a73b450

Makefile
ci/jjb/shell/verify.sh

index 2f293bd..e521c81 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ bpa_op_install: kud_download
 bpa_op_all: bm_all bpa_op_install      
 
 bashate:
-       bashate -i E006 `find . -name *.sh`i
+       bashate -i E006 `find . -name *.sh`
 
 verify_all:
 
index 4b3016f..e14e65a 100644 (file)
@@ -6,7 +6,7 @@ echo "---> verify.sh"
 set -exuf -o pipefail
 
 function clean_vm {
-  vagrant destroy -f
+    vagrant destroy -f
 }
 trap clean_vm EXIT