[ARVADOS-WORKBENCH2] updated: 1.4.1-461-gff13e4ae
Git user
git at public.arvados.org
Fri Oct 9 21:20:29 UTC 2020
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via ff13e4ae34913d557cbb9a07d3faf6a059ba560a (commit)
from 9c7918c98200f68bcce5f9e63a211986a50a2159 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit ff13e4ae34913d557cbb9a07d3faf6a059ba560a
Author: Ward Vandewege <ward at curii.com>
Date: Fri Oct 9 17:19:55 2020 -0400
Building workbench2 packages should not run the tests as well, there is
a separate Makefile target for that.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/Makefile b/Makefile
index 4a8854c3..6cd906e0 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ integration-tests-in-docker: workbench2-build-image
test: unit-tests integration-tests
-build: test
+build:
VERSION=$(VERSION) yarn build
$(DEB_FILE): build
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list