Skip to content

Commit

Permalink
Update proxy-postsubmit.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienvas authored Nov 23, 2017
1 parent c6fcd8d commit 9618279
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions prow/proxy-postsubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ if [ "${CI:-}" == 'bootstrap' ]; then
ln -sf ${GOPATH}/src/github.com/istio ${GOPATH}/src/istio.io
ROOT=${GOPATH}/src/istio.io/proxy
cd ${GOPATH}/src/istio.io/proxy

# Use the provided pull head sha, from prow.
#GIT_SHA="${PULL_PULL_SHA}"
else
# Use the current commit.
#GIT_SHA="$(git rev-parse --verify HEAD)"
fi

GIT_SHA="$(git rev-parse --verify HEAD)"
Expand Down

0 comments on commit 9618279

Please sign in to comment.