mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-10 22:03:23 +00:00
Merge pull request #2522 from Bevisy/main-2515
virtcontainers: Fix incorrect scripts path
This commit is contained in:
commit
3217b03b17
@ -42,10 +42,10 @@ binaries: hook
|
|||||||
check: check-go-static check-go-test
|
check: check-go-static check-go-test
|
||||||
|
|
||||||
check-go-static:
|
check-go-static:
|
||||||
bash $(MK_DIR)/../.ci/static-checks.sh
|
bash $(MK_DIR)/../../../ci/static-checks.sh
|
||||||
|
|
||||||
check-go-test:
|
check-go-test:
|
||||||
bash $(MK_DIR)/../.ci/go-test.sh \
|
bash $(MK_DIR)/../../../ci/go-test.sh \
|
||||||
$(TEST_BIN_DIR)/$(HOOK_BIN)
|
$(TEST_BIN_DIR)/$(HOOK_BIN)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user