mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
23fdc8550b
It doesn't otherwise build on windows since by default it's `1`: ```powershell Taskfiles versions should match. First is "2" but second is "1" ``` backup
7 lines
105 B
YAML
7 lines
105 B
YAML
version: '2'
|
|
tasks:
|
|
compile:be:
|
|
cmds:
|
|
- packr
|
|
- go run util/version_gen/generator.go 1
|