Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 58f7394

Browse files
committed
build: fix bazel-stamp-vars
Don't output any strings other than the versions. This was messing up the version being stamped in release npm packages to always be 0.0.0.
1 parent 50dd521 commit 58f7394

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/bazel-stamp-vars.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
set -u -e -E -o pipefail
66

7-
echo "Running: $0" >&2
8-
97
function onError {
108
echo "Failed to execute: $0"
119
echo ""

0 commit comments

Comments
 (0)