fix: ssh deploy key perms
ci/woodpecker/push/woodpecker Pipeline was successful Details

wip-infra-tests
Aravinth Manivannan 2022-06-27 04:43:28 +05:30
parent f99420f51a
commit 8640fcf449
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ fleet_repo_init() {
then
git config --global user.email "${CI_COMMIT_AUTHOR_EMAIL}"
git config --global user.name "${CI_COMMIT_AUTHOR}"
chmod 600 $GITEA_HOSTEA_FLEET_DEPLOY_KEY_PRIVATE
fi
git init
git add README