Skip to content

Commit

Permalink
remove version from shasum
Browse files Browse the repository at this point in the history
Signed-off-by: Chaitanya Kandagatla <[email protected]>
  • Loading branch information
ckandag committed Oct 25, 2024
1 parent cdf6466 commit 2aeac59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build_release_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 2aeac59

Please sign in to comment.