Обновить .gitea/workflows/install.yaml
Some checks failed
Manual and Auto Deployment / install_single (push) Successful in 0s
Manual and Auto Deployment / deploy_all (K4012-KOA) (push) Successful in 2s
Manual and Auto Deployment / docker-latest (push) Failing after 6s

This commit is contained in:
2026-04-17 13:42:35 +05:00
parent 5ac97fd072
commit 6c5676bbab

View File

@@ -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
docker ps
docker ps -a