-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename internal filename of sha512 so checksum pass #1581
Rename internal filename of sha512 so checksum pass #1581
Conversation
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1581 +/- ##
=========================================
Coverage 94.46% 94.46%
Complexity 12 12
=========================================
Files 153 153
Lines 3233 3233
Branches 23 23
=========================================
Hits 3054 3054
Misses 172 172
Partials 7 7 Continue to review full report at Codecov.
|
@gaiksaya @peternied please take a look for the changes with id removed. Thanks. |
Signed-off-by: Peter Zhu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
If we did a 302 redirect from |
…ect#1581) * Adding checksum for latest snapshots artifacts Signed-off-by: Peter Zhu <[email protected]> * Change to snapshots dir name in path Signed-off-by: Peter Zhu <[email protected]> * Update test stack with new location Signed-off-by: Peter Zhu <[email protected]> * Simplify the naming in artifacts variables Signed-off-by: Peter Zhu <[email protected]> * Rename internal filename of sha512 so checksum pass Signed-off-by: Peter Zhu <[email protected]> * Update tests Signed-off-by: Peter Zhu <[email protected]> * Remove id number Signed-off-by: Peter Zhu <[email protected]> * Move sh block outside of withAWS block Signed-off-by: Peter Zhu <[email protected]>
Description
Rename internal filename of sha512 so checksum pass:
In #1574 we simply rename the checksum file without replacing the internal filename to the new one.
This PR we fix this issue by using sed to replace the names.
Issues Resolved
#1497
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.