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:
Jose Carlos Venegas Munoz
2018-06-13 17:31:46 -05:00
parent 456b7c2062
commit 38a20d49a8

View File

@@ -14,4 +14,9 @@ test-release-tools:
@$(MK_DIR)/release/tag_repos_test.sh
test-packaging-tools:
ifndef CI
@$(MK_DIR)/build_from_docker.sh
else
@echo "Skip test-packaging-tools"
@echo "See: https://github.com/kata-containers/packaging/issues/68"
endif