Merge pull request #10758 from nupplaphil/bug/drone_chmod

Adapt permissions
2022.09-rc
Michael Vogel 2021-09-25 22:09:42 +02:00 zatwierdzone przez GitHub
commit 255b98b5bf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 488 dodań i 486 usunięć

Wyświetl plik

@ -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"

Plik diff jest za duży Load Diff