Files
weave-scope/backend/build.sh
Bryan Boreham 833f947fb3 Run Go build as current user via -u flag
Remove complicated workaround in build.sh
2021-04-04 11:16:13 +01: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 $*