mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
5fba973743
commit
859607780e
1 changed files with 5 additions and 2 deletions
|
@ -24,7 +24,7 @@ build:
|
||||||
LDFLAGS:
|
LDFLAGS:
|
||||||
- -s
|
- -s
|
||||||
- -w
|
- -w
|
||||||
- -X github.com/git-town/git-town/v9/src/cmd.version={{version}}
|
- -X github.com/git-town/git-town/v{{version.major}}/src/cmd.version={{version}}
|
||||||
linux:
|
linux:
|
||||||
# or segmentation fault
|
# or segmentation fault
|
||||||
# fix found here https://github.com/docker-library/golang/issues/402#issuecomment-982204575
|
# fix found here https://github.com/docker-library/golang/issues/402#issuecomment-982204575
|
||||||
|
@ -33,4 +33,7 @@ build:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
- test "$(git-town version)" = "Git Town {{version}} ()"
|
- run: test "$(git-town version)" = "Git Town {{version}} ()"
|
||||||
|
if: <10
|
||||||
|
- run: test "$(git-town --version)" = "Git Town {{version}} ()"
|
||||||
|
if: '>=10'
|
||||||
|
|
Loading…
Reference in a new issue