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

Commit

Permalink
Specify PROVIDER 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 authored and krishicks committed Sep 2, 2014
1 parent d2bd452 commit 16ca8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci-box-bats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ vagrant destroy local -f
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
vagrant up local --provider=${BOX_TYPE}
vagrant up local --provider=${PROVIDER}

./bin/add-route || true

Expand Down

0 comments on commit 16ca8e5

Please sign in to comment.