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

Kata need their built binaries to be in the PATH for tests to work
properly.

Change-Id: I8c05e7a5a02fdeb337c7ba6871dba0a9cebcdf13
This commit is contained in:
Clark Boylan 2018-07-12 08:55:03 -07:00
parent 9c15bd8b27
commit 97b42fefb3
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