1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-09-03 01:44:29 +00:00

virtcontainers: Fix incorrect scripts path

modify to the correct relative path

Fixes: 

Signed-off-by: Binbin Zhang <binbin36520@gmail.com>
This commit is contained in:
Binbin Zhang
2021-08-27 19:16:53 +00:00
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)
#