Skip to content

Commit 1f2b84f

Browse files
committed
chore: don't set permissions on decrypted files as ansible-vault has already set 600 on them
[skip ci]
1 parent 182722e commit 1f2b84f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/scripts/ci/deploy.sh

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ for FILE in "$PRIVATE_KEY" "$VARS_FILE"; do
4545
--vault-password-file "$PASS_FILE" \
4646
--output "$FILE" \
4747
"${FILE}.enc"
48-
chmod 600 "$FILE"
4948
done
5049

5150
ansible-playbook \

0 commit comments

Comments
 (0)