From ff96e1a01d66e96fedb38a42b9350d40cfb281c0 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Wed, 29 Jan 2020 13:52:26 -0500 Subject: [PATCH] Set build version no issue # Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e29db82..4458f214 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ test: yarn-install yarn test --no-watchAll --bail --ci build: test - yarn build + VERSION=$(VERSION) yarn build $(DEB_FILE): build fpm \ -- 2.30.2