Merge pull request #2522 from Bevisy/main-2515

virtcontainers: Fix incorrect scripts path
This commit is contained in:
Bin Liu
2021-09-27 21:14:40 +08:00
committed by GitHub

View File

@@ -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)
#