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