[arvados] updated: 2.7.0-5416-gc4f7787a0d

git repository hosting git at public.arvados.org
Mon Nov 27 21:08:49 UTC 2023


Summary of changes:
 build/run-library.sh | 1 +
 1 file changed, 1 insertion(+)

       via  c4f7787a0d90ad75e04ca1195ae4b00811a4a5fc (commit)
      from  5917dffb6d14ec54ff2afa0f2dcc16095609e0dd (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 c4f7787a0d90ad75e04ca1195ae4b00811a4a5fc
Author: Tom Clegg <tom at curii.com>
Date:   Mon Nov 27 16:08:28 2023 -0500

    18874: Add missing build step.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/build/run-library.sh b/build/run-library.sh
index 3eab0f506e..dd878d8475 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -124,6 +124,7 @@ package_workbench2() {
     local version="$(version_from_git)"
     cd "$WORKSPACE/$src"
     rm -rf ./build
+    NODE_ENV=production yarn install
     VERSION="$VERSION" BUILD_NUMBER="$(default_iteration "$pkgname" "$version" yarn)" GIT_COMMIT="$(git rev-parse HEAD | head -c9)" yarn build
     cd "$WORKSPACE/packages/$TARGET"
     fpm_build "${WORKSPACE}/$src" "${WORKSPACE}/$src/build/=$dst" "$pkgname" dir "$version" \

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list