Update main.yml

This commit is contained in:
Anonymus Raccoon
2020-01-08 16:54:49 +01:00
committed by GitHub
parent de8f47d797
commit 38af4468aa

View File

@@ -16,8 +16,7 @@ jobs:
mkdir -p ~/.ssh
echo -ne $SSH_PRIVATE_KEY >> ~/.ssh/blih
chmod 400 ~/.ssh/blih
rm -rf **/.git*
rm -rf .git
find . -regex '.*\/\.git.*' -delete
ls -lRa
echo -ne "Host git.epitech.eu\n\tHostname git.epitech.eu\n\tUser git\n\tIdentityFile $(readlink -f ~/.ssh/blih)\n" >> ~/.ssh/config
git config --global user.email "tristan.roux@epitech.eu"