mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-22 00:51:09 +02: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
|
- name: Check build.json file
|
||||||
id: build_exists
|
id: build_exists
|
||||||
run: |
|
run: |
|
||||||
if [[ ! -f "./build.json" ]]; then
|
if (-not(Test-Path -Path $ConfigPath -PathType Leaf)) {
|
||||||
echo "::error::File build.json is missing"
|
throw "::error::File build.json is missing"
|
||||||
exit 1
|
}
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Prepare Operating System list
|
- name: Prepare Operating System list
|
||||||
id: os
|
id: os
|
||||||
|
Loading…
Reference in New Issue
Block a user