Skip to content

Commit

Permalink
release-binary: add missing dash to checksum filename (envoyproxy#1796)
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Arver authored and istio-testing committed May 31, 2018
1 parent a1dbb95 commit 84b71b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release-binary
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ echo "Copying ${BINARY_NAME} ${SHA256_NAME} to ${DST}/"
gsutil cp "${BINARY_NAME}" "${SHA256_NAME}" "${DST}/"

BINARY_NAME="istio-proxy-debug-${SHA}.deb"
SHA256_NAME="istio-proxy-debug${SHA}.sha256"
SHA256_NAME="istio-proxy-debug-${SHA}.sha256"
bazel --batch build -c dbg //tools/deb:istio-proxy
BAZEL_TARGET="bazel-bin/tools/deb/istio-proxy.deb"
cp -f "${BAZEL_TARGET}" "${BINARY_NAME}"
Expand Down

0 comments on commit 84b71b8

Please sign in to comment.