mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
test(dredd): fix hooks binary name for windows
This commit is contained in:
parent
64e16e2c80
commit
7e92b8c2ee
@ -117,7 +117,7 @@ tasks:
|
||||
compile:api:hooks:
|
||||
dir: ./.dredd/hooks
|
||||
cmds:
|
||||
- go build -o ../compiled_hooks
|
||||
- go build -o ../compiled_hooks{{ if eq OS "windows" }}.exe{{ end }}
|
||||
|
||||
build:
|
||||
desc: Build a full set of release binaries and packages
|
||||
|
Loading…
Reference in New Issue
Block a user