Skip to content

Commit

Permalink
remove version from shasum (#688)
Browse files Browse the repository at this point in the history
Signed-off-by: Chaitanya Kandagatla <[email protected]>
  • Loading branch information
ckandag authored Oct 25, 2024
1 parent cdf6466 commit 010573f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions hack/build_release_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
archs=(amd64)
oses=(darwin linux windows)

REL_VER=$(git describe --tags --abbrev=0 | sed "s/v//")
if [[ -z "$REL_VER" ]]; then
echo "Failed to determine release version" 1>&2
exit 1
fi
mkdir -p releases

build_release() {
Expand All @@ -28,7 +23,7 @@ do
rm ocm${extension}
done
done
cd releases && sha256sum *zip > ocm_${REL_VER}_SHA256SUMS
cd releases && sha256sum *zip > ocm_SHA256SUMS
}

build_release

0 comments on commit 010573f

Please sign in to comment.