From 6c5676bbabeee3760488486959597439282d66ee Mon Sep 17 00:00:00 2001 From: kalugin66 Date: Fri, 17 Apr 2026 13:42:35 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/install.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/install.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/install.yaml b/.gitea/workflows/install.yaml index 64e56df..9d143ea 100644 --- a/.gitea/workflows/install.yaml +++ b/.gitea/workflows/install.yaml @@ -43,11 +43,10 @@ jobs: # 3. Установка на любой свободный self-hosted install_single: - if: github.event_name == 'push' || github.event.inputs.run_mode == 'all' || github.event.inputs.run_mode == 'msi_only' - runs-on: self-hosted + runs-on: [self-hosted, linux-amd64, kalugin66] steps: - - name: Install MSI and Create Log - shell: powershell + - name: bash + shell: bash run: | - Start-Process msiexec.exe -ArgumentList "/i C:\install\MAX.msi /qn /norestart" -Wait - "Installed successfully on $(hostname) at $(Get-Date)" | Out-File -FilePath "C:\install\git_MAX.txt" -Encoding utf8 \ No newline at end of file + docker ps + docker ps -a \ No newline at end of file