Skip to content
Snippets Groups Projects
Commit 2c4f80af authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Manager: less verbose when building via Docker

parent ba996aeb
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ docker run -i --rm \ ...@@ -8,7 +8,7 @@ docker run -i --rm \
-v $(pwd):/docker \ -v $(pwd):/docker \
-v "${GOPATH}:/go-local" \ -v "${GOPATH}:/go-local" \
--env GOPATH=/go-local \ --env GOPATH=/go-local \
golang /bin/bash -ex << EOT golang /bin/bash -e << EOT
go version go version
cd \${GOPATH}/src/flamenco-manager cd \${GOPATH}/src/flamenco-manager
CGO_ENABLED=0 go get -a -ldflags '-s' CGO_ENABLED=0 go get -a -ldflags '-s'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment