mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-11 16:18:52 +01:00
New build design
This commit is contained in:
parent
891e70aa43
commit
18e1207070
7
.github/workflows/images_build_windows.yml
vendored
7
.github/workflows/images_build_windows.yml
vendored
@ -38,10 +38,9 @@ jobs:
|
||||
- name: Check build.json file
|
||||
id: build_exists
|
||||
run: |
|
||||
if [[ ! -f "./build.json" ]]; then
|
||||
echo "::error::File build.json is missing"
|
||||
exit 1
|
||||
fi
|
||||
if (-not(Test-Path -Path $ConfigPath -PathType Leaf)) {
|
||||
throw "::error::File build.json is missing"
|
||||
}
|
||||
|
||||
- name: Prepare Operating System list
|
||||
id: os
|
||||
|
Loading…
Reference in New Issue
Block a user