mirror of
https://github.com/zoriya/Twac.git
synced 2025-12-06 06:36:09 +00:00
Update main.yml
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -16,8 +16,7 @@ jobs:
|
|||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
echo -ne $SSH_PRIVATE_KEY >> ~/.ssh/blih
|
echo -ne $SSH_PRIVATE_KEY >> ~/.ssh/blih
|
||||||
chmod 400 ~/.ssh/blih
|
chmod 400 ~/.ssh/blih
|
||||||
rm -rf **/.git*
|
find . -regex '.*\/\.git.*' -delete
|
||||||
rm -rf .git
|
|
||||||
ls -lRa
|
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
|
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.email "tristan.roux@epitech.eu"
|
||||||
|
|||||||
Reference in New Issue
Block a user