From 988f74258f770685d5a0300e308a62fa45c63350 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 26 May 2019 20:49:49 -0300 Subject: Change permission of ./secrets/id_rsa after git crypt unlock --- ci-setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-setup.sh b/ci-setup.sh index 0694f64..a5eaf65 100755 --- a/ci-setup.sh +++ b/ci-setup.sh @@ -12,6 +12,8 @@ git crypt unlock popd echo "Done." +# git smudge after git-crypt clears file permissions +chmod 600 ./secrets/id_rsa cat .envrc >> ~/.buildenv source .envrc -- cgit v1.2.3