Increase vagrant VM size and fix shel indent
[icn.git] / ci / jjb / shell / verify.sh
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