Skip to content

Commit c9ea56a

Browse files
authored
devops: stop producing .sha256 files, they are not required anymore (#1570)
1 parent e4c427a commit c9ea56a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.azure-pipelines/publish.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,6 @@ extends:
5555
env:
5656
GPG_PASSPHRASE: $(GPG_PASSPHRASE) # secret variable has to be mapped to an env variable
5757

58-
- bash: |
59-
for file in $(find snapshots -type f); do
60-
echo "processing: $file"
61-
if [[ $file =~ \.(md5|sha1|sha256)$ ]]; then
62-
continue
63-
fi
64-
sha256sum "$file" | cut -f1 -d \ > "$file.sha256"
65-
done
66-
displayName: 'Create .sha256 files'
67-
6858
- task: EsrpRelease@7
6959
inputs:
7060
connectedservicename: 'Playwright-ESRP-Azure'

0 commit comments

Comments
 (0)