mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-13 15:14:08 +00:00
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:
parent
8334d90979
commit
d9c91d3723
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user