]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Автообновление SS14
authorMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Tue, 5 Aug 2025 10:11:40 +0000 (20:11 +1000)
committerMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Tue, 5 Aug 2025 10:11:40 +0000 (20:11 +1000)
build.sh

index 15e2daec6df514b59b8fa8354f49d2a332cefaa1..866b4f01f8dad68ce0297cbfd7e29b33065cdc50 100755 (executable)
--- 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() {