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

Commit 16ca8e5

Browse files
Andrei Dininkrishicks
authored andcommitted
Specify PROVIDER in ci-box-bats
Signed-off-by: Kris Hicks <krishicks@gmail.com>
1 parent d2bd452 commit 16ca8e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/ci-box-bats.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ vagrant destroy local -f
2323
rm -rf /var/lib/jenkins/.bosh_cache/* || true
2424

2525
vagrant box add bosh-lite-${BOX_TYPE}-ubuntu-trusty-${CANDIDATE_BUILD_NUMBER}.box --name bosh-lite-ubuntu-trusty --force
26-
vagrant up local --provider=${BOX_TYPE}
26+
vagrant up local --provider=${PROVIDER}
2727

2828
./bin/add-route || true
2929

0 commit comments

Comments
 (0)