mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-03 18:04:16 +00:00
ci: Skip non working test.
Skip non working tests. Fixes: #68 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user