mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-20 09:57:43 +02:00
New build design
This commit is contained in:
parent
18e1207070
commit
7fb4f629c3
2
.github/workflows/images_build_windows.yml
vendored
2
.github/workflows/images_build_windows.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
- name: Check build.json file
|
- name: Check build.json file
|
||||||
id: build_exists
|
id: build_exists
|
||||||
run: |
|
run: |
|
||||||
if (-not(Test-Path -Path $ConfigPath -PathType Leaf)) {
|
if (-not(Test-Path -Path "./build.json" -PathType Leaf)) {
|
||||||
throw "::error::File build.json is missing"
|
throw "::error::File build.json is missing"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user