Skip to content

Commit cc9f039

Browse files
Merge pull request #282 from Scalingo/fix/281/disable_cgo_related_options_in_dev_execution
build(docker-compose): remove -race option
2 parents 0813dac + 0f73178 commit cc9f039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
ETCD_HOSTS: "https://172.17.0.1:22379,https://172.17.0.1:22381,https://172.17.0.1:22383"
1616
ENABLE_DOCKER_PLUGIN: "true"
1717
PUBLIC_HOSTNAME: "dev.172.17.0.1.xip.st-sc.fr"
18-
command: reflex -r '\.go$$' --inverse-regex='cmd/sand-agent-cli' -s -- sh -c 'go install -buildvcs=false -race github.com/Scalingo/sand/cmd/sand-agent && /go/bin/sand-agent'
18+
command: reflex -r '\.go$$' --inverse-regex='cmd/sand-agent-cli' -s -- sh -c 'go install -buildvcs=false github.com/Scalingo/sand/cmd/sand-agent && /go/bin/sand-agent'
1919

2020
test:
2121
build: .

0 commit comments

Comments
 (0)