X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ci%2Fjjb%2Fshell%2Fverify.sh;h=e14e65a7acb47f6a0e78750cddb53f711f6f56a8;hb=refs%2Fchanges%2F58%2F1858%2F1;hp=4b3016f5257cf93669262257f61d8282ffa2c7c1;hpb=0b33e3978d83c782e4ca7f26b28928c144722f57;p=icn.git diff --git a/ci/jjb/shell/verify.sh b/ci/jjb/shell/verify.sh index 4b3016f..e14e65a 100644 --- a/ci/jjb/shell/verify.sh +++ b/ci/jjb/shell/verify.sh @@ -6,7 +6,7 @@ echo "---> verify.sh" set -exuf -o pipefail function clean_vm { - vagrant destroy -f + vagrant destroy -f } trap clean_vm EXIT