commit
690901ddd9
@ -29,12 +29,9 @@ if ! git diff --name-only origin/master | grep -c -E "*.go|*.sh" &> /dev/null; t
|
||||
exit 0
|
||||
fi
|
||||
|
||||
HOSTS=$@
|
||||
export GOPATH="$JENKINS_HOME/workspace/project"
|
||||
export GOBIN="$GOPATH/bin"
|
||||
|
||||
# Build the runner.
|
||||
godep go build github.com/google/cadvisor/integration/runner
|
||||
|
||||
# Run it.
|
||||
HOSTS=$@
|
||||
./runner --logtostderr $HOSTS
|
||||
|
Loading…
Reference in New Issue
Block a user