Update main.yml

This commit is contained in:
Anonymus Raccoon
2020-01-08 15:44:59 +01:00
committed by GitHub
parent b29522e856
commit 6656da57d0
+8 -2
View File
@@ -17,5 +17,11 @@ jobs:
git config --global user.email "tristan.roux@epitech.eu"
git config --global user.name "Tristan Roux"
ssh-keyscan git.epitech.eu >> ~/.ssh/known_hosts
git remote add blih ssh://git@git.epitech.eu/tristan.roux@epitech.eu/MUL_my_runner_2019
git push blih master:master
git clone git@git.epitech.eu:/tristan.roux@epitech.eu/MUL_my_runner_2019 /tmp/blihRepo
export REPOVAR=`pwd`
cd /tmp/blihRepo
find . -not -path "./.git*" -delete
cp -r $REPOVAR/* .
git add -A
git commit -m "Sync"
git push origin master