-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): fix hash file parsing (#1950)
In 2da3c31, we moved file hash computation for our produced artifacts from the JSON feed generation step to the newly introduced "download artifacts" step of the `release_publish` tasks (because we need to download artifacts before we can submit them to the papertrail service). We used the standard-ish SHASUMS format (output of `sha256sum`/input of `sha256sum -c`) for that, but failed to parse it properly when consuming it. This fixes that and extends the download center config tests to also perform the full "download artifacts" step as part of the test setup, to ensure that the two parts work together properly.
- Loading branch information
Showing
3 changed files
with
43 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters