Skip to content

Commit

Permalink
remove asc files handling
Browse files Browse the repository at this point in the history
Signed-off-by: wang yan <[email protected]>
  • Loading branch information
wy65701436 committed Nov 18, 2024
1 parent 9345fe3 commit 0e406a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/release/release_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,12 @@ function getAssets {
local assetsPath=$6
mkdir $assetsPath && pushd $assetsPath
gsutil cp gs://$bucket/$branch/$offlinePackage .
gsutil cp gs://$bucket/$branch/$offlinePackage.asc .
md5sum $offlinePackage > md5sum
md5sum $offlinePackage.asc >> md5sum
# Pre-release does not handle online installer packages
if [ $prerelease = "false" ]
then
gsutil cp gs://$bucket/$branch/$onlinePackage .
gsutil cp gs://$bucket/$branch/$onlinePackage.asc .
md5sum $onlinePackage >> md5sum
md5sum $onlinePackage.asc >> md5sum
fi
popd
}
Expand Down

0 comments on commit 0e406a7

Please sign in to comment.