From b97045538874f9eef27a8e7b995f220bf5583cde Mon Sep 17 00:00:00 2001 From: Philipp Date: Sat, 25 Sep 2021 20:08:42 +0200 Subject: [PATCH] Adapt permissions --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index ab2875e980..4c4555a8a8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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"