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
21
21
done
22
22
23
23
trap 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
+
24
29
echo --- " :vagrant: starting box $box "
25
30
vagrant up " $box " --provider=google || exit_code=$?
26
31
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ deploy_sourcegraph() {
17
17
timeout 600s ./pure-docker/deploy.sh
18
18
expect_containers=" 23"
19
19
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
21
21
expect_containers=" 25"
22
22
fi
23
23
You can’t perform that action at this time.
0 commit comments