Update main.yml

This commit is contained in:
Anonymus Raccoon
2020-01-08 15:50:57 +01:00
committed by GitHub
parent 9f184080a3
commit 71542b9265
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
mkdir -p ~/.ssh
echo -ne $SSH_PRIVATE_KEY >> ~/.ssh/blih
chmod 400 ~/.ssh/blih
cat -e ~/.ssh/blih
cat -e ~/.ssh/blih && echo toto
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"
git config --global user.name "Tristan Roux"