We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a05b9b commit 3e95261Copy full SHA for 3e95261
test/smoke-test.sh
@@ -17,7 +17,7 @@ deploy_sourcegraph() {
17
timeout 600s ./pure-docker/deploy.sh
18
expect_containers="23"
19
elif [[ "$TEST_TYPE" == "docker-compose-test" ]]; then
20
- docker-compose --file docker-compose/docker-compose.yaml up -d -t 600
+ docker-compose --file docker-compose/docker-compose.yaml up -d -t 600
21
expect_containers="25"
22
fi
23
0 commit comments