]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Автообновление SS14
authorMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Thu, 22 May 2025 13:25:28 +0000 (23:25 +1000)
committerMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Thu, 22 May 2025 13:25:28 +0000 (23:25 +1000)
build.sh

index d625af117da69e71ed4ae2665afa6a65c6c514d6..77912f18e6756a7cbbe4630f73f26031954da9bb 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -19,6 +19,7 @@ function updateSS14() {
        git add .;
        git commit -m "Автообновление RobustToolbox";
        git pull origin main;
+       git pull origin mirror;
        git pull fetch master;
        git commit -m "Автообновление с вендора SS14";
        git push origin main;