Обновить .gitea/workflows/install.yaml
This commit is contained in:
@@ -25,3 +25,11 @@ jobs:
|
||||
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-latest
|
||||
docker-latest:
|
||||
runs-on: docker-latest
|
||||
steps:
|
||||
- name: docker ps
|
||||
shell: bash
|
||||
run: docker ps
|
||||
Reference in New Issue
Block a user