Update main.yml

This commit is contained in:
Anonymus Raccoon
2020-01-08 16:04:12 +01:00
committed by GitHub
parent 07edc57ef6
commit c138f074bf
+3
View File
@@ -16,6 +16,9 @@ jobs:
chmod 400 ~/.ssh/blih
cat -e ~/.ssh/blih && echo toto
echo $TEST
echo test2
cat $HOME/secrets/SSH_PRIVATE_KEY
echo test3
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"