Fix issue in git

This commit is contained in:
mathias 2018-10-01 19:36:35 +03:00
parent dc00691c10
commit 15349adb53

View file

@ -4,6 +4,7 @@ echo "$PRIVATE_KEY" > .ssh/id_rsa
chmod 400 $(find . ! -path "*/.*" -type f)
chmod -R 500 crash-reports/ dumps/ plugins/bStats/ plugins/PluginMetrics/ plugins/ProtocolLib/
ssh-keyscan notabug.org >> .ssh/known_hosts
git clone git@notabug.org:kaboom/schematics.git plugins/WorldEdit/schematics/
while true; do