Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit bd52f21

Browse files
author
Andrei Dinin
committed
Ignore vagrant destroy failures in ci-box-bats
Signed-off-by: Kris Hicks <krishicks@gmail.com>
1 parent 16ca8e5 commit bd52f21

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ci/ci-box-bats.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ trap cleanup EXIT
1919

2020
echo $CANDIDATE_BUILD_NUMBER
2121

22+
set +e
2223
vagrant destroy local -f
24+
set -e
25+
2326
rm -rf /var/lib/jenkins/.bosh_cache/* || true
2427

2528
vagrant box add bosh-lite-${BOX_TYPE}-ubuntu-trusty-${CANDIDATE_BUILD_NUMBER}.box --name bosh-lite-ubuntu-trusty --force

0 commit comments

Comments
 (0)