mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
Merge pull request #69 from jcvenegas/skip-test-pkgs
ci: Skip non working test.
This commit is contained in:
commit
cc42623c0a
5
Makefile
5
Makefile
@ -14,4 +14,9 @@ test-release-tools:
|
|||||||
@$(MK_DIR)/release/tag_repos_test.sh
|
@$(MK_DIR)/release/tag_repos_test.sh
|
||||||
|
|
||||||
test-packaging-tools:
|
test-packaging-tools:
|
||||||
|
ifndef CI
|
||||||
@$(MK_DIR)/build_from_docker.sh
|
@$(MK_DIR)/build_from_docker.sh
|
||||||
|
else
|
||||||
|
@echo "Skip test-packaging-tools"
|
||||||
|
@echo "See: https://github.com/kata-containers/packaging/issues/68"
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user