Merge pull request #272 from hashicorp/ci-run-docker-tests-with-gogo
ci: Run docker tests with gogo
This commit is contained in:
commit
536627b9e7
@ -5,6 +5,7 @@ Vagrant::Spec::Acceptance.configure do |c|
|
||||
c.skeleton_paths << File.expand_path("../../../acceptance/skeletons", __FILE__)
|
||||
# Allow for slow setup to still pass
|
||||
c.assert_retries = 15
|
||||
c.vagrant_path = ENV.fetch("VAGRANT_PATH", "vagrant")
|
||||
c.provider "docker",
|
||||
image: ENV["VAGRANT_SPEC_DOCKER_IMAGE"],
|
||||
box: "placeholder"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user