Merge pull request #69 from jcvenegas/skip-test-pkgs

ci: Skip non working test.
This commit is contained in:
James O. D. Hunt
2018-06-14 15:49:00 +01:00
committed by GitHub

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