Merge branch '21200-breadcrumbs-issues'
[arvados.git] / build / run-library.sh
index aaeb931d34a9d58f8bef8985626ac82c393096b4..7a70ed23a5b99f41ae1904b5221adcb314e46c7a 100755 (executable)
@@ -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" \