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

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