Merge pull request #10758 from nupplaphil/bug/drone_chmod

Adapt permissions
This commit is contained in:
Michael Vogel 2021-09-25 22:09:42 +02:00 committed by GitHub
commit 255b98b5bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 488 additions and 486 deletions

View File

@ -410,6 +410,7 @@ steps:
- # calculate SHA256 checksum
- cd ./build
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
- chmod 664 ./*
- ls -lh
- # output the sha256 sum for checking
- cat "$ARTIFACT.sum256"
@ -518,6 +519,7 @@ steps:
- # calculate SHA256 checksum
- cd ./build
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
- chmod 664 ./*
- ls -lh
- # output the sha256 sum for checking
- cat "$ARTIFACT.sum256"

File diff suppressed because it is too large Load Diff