From: MaxSMokeSkaarj Date: Tue, 5 Aug 2025 10:11:40 +0000 (+1000) Subject: Автообновление SS14 X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=2b082d63cebccdd9a25d922a8b48424cff38f2ef;p=space-station-14.git Автообновление SS14 --- diff --git a/build.sh b/build.sh index 15e2daec6d..866b4f01f8 100755 --- a/build.sh +++ b/build.sh @@ -19,11 +19,11 @@ function updateSS14() { git add .; git commit -m "Автообновление RobustToolbox"; git pull origin main; - git pull mirror main; + #git pull mirror main; git pull fetch master; git commit -m "Автообновление с вендора SS14"; git push origin main; - git push --mirror ssh://git@github.com/MaxSMokeSkaarj/space-station-14; + #git push --mirror ssh://git@github.com/MaxSMokeSkaarj/space-station-14; }; function buildServer() {