[ARVADOS-WORKBENCH2] updated: 1.4.1-462-gdbd29b58
Git user
git at public.arvados.org
Fri Oct 9 22:10:26 UTC 2020
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via dbd29b580dbb01ab045284bd2446b47e1285f3d3 (commit)
from ff13e4ae34913d557cbb9a07d3faf6a059ba560a (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 dbd29b580dbb01ab045284bd2446b47e1285f3d3
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Fri Oct 9 19:09:52 2020 -0300
Fixes build target on Makefile. No issue #
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
diff --git a/Makefile b/Makefile
index 6cd906e0..64fe9e56 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ integration-tests-in-docker: workbench2-build-image
test: unit-tests integration-tests
-build:
+build: yarn-install
VERSION=$(VERSION) yarn build
$(DEB_FILE): build
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list