Files
weave-scope/backend/build.sh
Bryan Boreham 085bd40be8 Run Go build as current user via -u flag
Remove complicated workaround in build.sh
2020-12-29 11:24:23 +00:00

11 lines
192 B
Bash
Executable File

#!/bin/sh
set -eu
SCOPE_SRC=$GOPATH/src/github.com/weaveworks/scope
# Mount the scope repo:
# -v $(pwd):/go/src/github.com/weaveworks/scope
make -C $SCOPE_SRC BUILD_IN_CONTAINER=false $*