Skip to content

Commit

Permalink
build: actually verify az urls too (#33950)
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Attard <sattard@salesforce.com>
  • Loading branch information
trop[bot] and MarshallOfSound committed Apr 27, 2022
1 parent f2b27f8 commit 04510c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async function validateReleaseAssets (release, validatingRelease) {
const s3RemoteFiles = s3RemoteFilesForVersion(release.tag_name);
await verifyShasumsForRemoteFiles(s3RemoteFiles, true);
const azRemoteFiles = azRemoteFilesForVersion(release.tag_name);
await verifyShasumsForRemoteFiles(s3RemoteFiles, true);
await verifyShasumsForRemoteFiles(azRemoteFiles, true);
}
}

Expand Down

0 comments on commit 04510c6

Please sign in to comment.