[arvados] updated: 2.7.0-5669-gfc57acf16c
git repository hosting
git at public.arvados.org
Tue Jan 2 18:50:09 UTC 2024
Summary of changes:
build/run-library.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via fc57acf16ce38bcf8c73d1a2492e5680fb045e60 (commit)
from a6b9fb8166440eef3144150024a875c858db9bb6 (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 fc57acf16ce38bcf8c73d1a2492e5680fb045e60
Author: Tom Clegg <tom at curii.com>
Date: Tue Jan 2 13:49:12 2024 -0500
Fix version displayed in workbench2.
refs #18874
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 aaeb931d34..7a70ed23a5 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -125,7 +125,7 @@ package_workbench2() {
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
+ 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" \
--license="GNU Affero General Public License, version 3.0" \
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list