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

Commit

Permalink
Ignore vagrant destroy failures in ci-box-bats
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Hicks <[email protected]>
  • Loading branch information
Andrei Dinin committed Sep 3, 2014
1 parent 16ca8e5 commit bd52f21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/ci-box-bats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ trap cleanup EXIT

echo $CANDIDATE_BUILD_NUMBER

set +e
vagrant destroy local -f
set -e

rm -rf /var/lib/jenkins/.bosh_cache/* || true

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

0 comments on commit bd52f21

Please sign in to comment.