mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-15 11:34:22 +01: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user