Обновить .gitea/workflows/install.yaml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user