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
commit 3217b03b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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