Skip to content

Commit a2e1ded

Browse files
authored
Merge pull request #21028 from ivanvc/release-3.4-fix-released-binary
[release-3.4] Use buildvcs=false in release script
2 parents 9969c12 + 5c3149b commit a2e1ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ main() {
124124
fi
125125

126126
log_callout "Building etcd and checking --version output"
127-
./build
127+
GO_BUILD_FLAGS="-v -buildvcs=false" ./build
128128
local etcd_version
129129
etcd_version=$(bin/etcd --version | grep "etcd Version" | awk '{ print $3 }')
130130
if [[ "${etcd_version}" != "${VERSION}" ]]; then

0 commit comments

Comments
 (0)