Build experimental stuff in a container too

This commit is contained in:
Tom Wilkie
2015-10-26 16:11:16 +00:00
parent 62aed75550
commit fb49e146ad
3 changed files with 10 additions and 3 deletions

View File

@@ -7,5 +7,5 @@ set -eux
cd $GOPATH/src/github.com/weaveworks/scope
rm $1 2>/dev/null || true
make BUILD_IN_CONTAINER=false $1
make BUILD_IN_CONTAINER=false $@