From a55aeceeb6c99371e498429e870475b32d4fa3ce Mon Sep 17 00:00:00 2001 From: Victor Marmol Date: Wed, 20 May 2015 12:50:23 -0700 Subject: [PATCH] Remove Jenkins env setup --- integration/runner/run.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/integration/runner/run.sh b/integration/runner/run.sh index bed1bb2a..9c6a17e5 100755 --- a/integration/runner/run.sh +++ b/integration/runner/run.sh @@ -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