mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-16 18:00:52 +01: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
|
||||
id: build_exists
|
||||
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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user