File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ for i in "${plugins[@]}"; do
2121done
2222
2323trap cleanup EXIT
24+
25+ echo --- " :bug: fixing dotenv"
26+ echo " see Fix plugin: https://github.com/hashicorp/vagrant/issues/13550"
27+ sed -i -e ' s/exists?/exist?/g' /var/lib/buildkite-agent/.vagrant.d/gems/3.3.8/gems/dotenv-0.11.1/lib/dotenv.rb
28+
2429echo --- " :vagrant: starting box $box "
2530vagrant up " $box " --provider=google || exit_code=$?
2631
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ deploy_sourcegraph() {
1717 timeout 600s ./pure-docker/deploy.sh
1818 expect_containers=" 23"
1919 elif [[ " $TEST_TYPE " == " docker-compose-test" ]]; then
20- docker-compose --file docker-compose/docker-compose.yaml up -d -t 600
20+ docker-compose --file docker-compose/docker-compose.yaml up -d -t 600
2121 expect_containers=" 25"
2222 fi
2323
You can’t perform that action at this time.
0 commit comments