CI: Remove golang dependency on doc test script

The script used to test the install docs does not actually use the
golang binary (it only uses the `GOPATH` variables) so remove the
unnecessary call to `go`.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2018-10-22 10:36:58 +01:00
parent 8334d90979
commit d9c91d3723

View File

@ -27,9 +27,6 @@ setup()
# it specified result in a working system.
test_distro_install_guide()
{
local -r GOPATH=$(go env GOPATH)
[ -z "$GOPATH" ] && die "cannot determine GOPATH"
local -r mgr="${GOPATH}/src/github.com/kata-containers/tests/cmd/kata-manager/kata-manager.sh"
[ ! -e "$GOPATH" ] && die "cannot find $mgr"