Skip to content

Commit

Permalink
devops: stop producing .sha256 files, they are not required anymore (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed May 3, 2024
1 parent e4c427a commit c9ea56a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .azure-pipelines/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@ extends:
env:
GPG_PASSPHRASE: $(GPG_PASSPHRASE) # secret variable has to be mapped to an env variable

- bash: |
for file in $(find snapshots -type f); do
echo "processing: $file"
if [[ $file =~ \.(md5|sha1|sha256)$ ]]; then
continue
fi
sha256sum "$file" | cut -f1 -d \ > "$file.sha256"
done
displayName: 'Create .sha256 files'
- task: EsrpRelease@7
inputs:
connectedservicename: 'Playwright-ESRP-Azure'
Expand Down

0 comments on commit c9ea56a

Please sign in to comment.