You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2020/02/05 09:23:50 UTC

[incubator-annotator] branch master updated: Skip husky installs in make distcheck

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git


The following commit(s) were added to refs/heads/master by this push:
     new a64d393  Skip husky installs in make distcheck
a64d393 is described below

commit a64d3930939e2b64b3dbc2f6aae4b362e011fc49
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Wed Feb 5 01:21:47 2020 -0800

    Skip husky installs in make distcheck
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 6edab44..470c31e 100644
--- a/Makefile
+++ b/Makefile
@@ -84,6 +84,7 @@ dist:
 	@echo "Done: apache-annotator-$(annotator_vsn)$(vsn_pre)-incubating.tar.gz"
 
 .PHONY: distcheck
+distcheck: export HUSKY_SKIP_INSTALL=1
 distcheck: dist
 	@tar xzf apache-annotator-$(annotator_vsn)$(vsn_pre)-incubating.tar.gz
 	@make -C apache-annotator-$(annotator_vsn)-incubating check