Skip to content

Commit 95ed768

Browse files
committed
fix plugin
1 parent 559c928 commit 95ed768

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.buildkite/vagrant-run.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ for i in "${plugins[@]}"; do
2121
done
2222

2323
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+
2429
echo --- ":vagrant: starting box $box"
2530
vagrant up "$box" --provider=google || exit_code=$?
2631

test/smoke-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)