Merge "Add $GOPATH/bin to kata job's $PATH"

This commit is contained in:
Zuul 2018-07-16 17:53:00 +00:00 committed by Gerrit Code Review
commit ce85a77b5e
2 changed files with 2 additions and 0 deletions

View File

@ -11,4 +11,5 @@
fi
export CI=true
export GOPATH=$HOME
export PATH=${GOPATH}/bin:$PATH
.ci/run.sh

View File

@ -29,4 +29,5 @@
fi
export CI=true
export GOPATH=$HOME
export PATH=${GOPATH}/bin:$PATH
.ci/setup.sh