mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 04:04:45 +00:00
virtcontainers: Fix incorrect scripts path
modify to the correct relative path Fixes: #2515 Signed-off-by: Binbin Zhang <binbin36520@gmail.com>
This commit is contained in:
parent
d490704133
commit
4751698829
@ -42,10 +42,10 @@ binaries: hook
|
||||
check: check-go-static check-go-test
|
||||
|
||||
check-go-static:
|
||||
bash $(MK_DIR)/../.ci/static-checks.sh
|
||||
bash $(MK_DIR)/../../../ci/static-checks.sh
|
||||
|
||||
check-go-test:
|
||||
bash $(MK_DIR)/../.ci/go-test.sh \
|
||||
bash $(MK_DIR)/../../../ci/go-test.sh \
|
||||
$(TEST_BIN_DIR)/$(HOOK_BIN)
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user