replaced go get ginkgo with go install ginkgo for DIND environ (#8569)
This commit is contained in:
parent
7402d51a02
commit
fc58e92b39
2 changed files with 15 additions and 8 deletions
|
|
@ -3,7 +3,7 @@ DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
|||
|
||||
image:
|
||||
echo "..entered Makefile in /test/e2e-image"
|
||||
echo "..calling Make target <<e2e-test-binar>>y in /Makefile from inside /test/e2e-image/Makefile"
|
||||
echo "..calling Make target <<e2e-test-binary>> in /Makefile from inside /test/e2e-image/Makefile"
|
||||
make -C $(DIR)/../../ e2e-test-binary
|
||||
echo "..done building e2e-test-binary from /test/e2e-image/Makefile"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue