mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
parent
78b6672091
commit
6a58b304f6
1 changed files with 5 additions and 4 deletions
|
@ -8,8 +8,7 @@ versions:
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
go.dev: ^1.21
|
go.dev: ^1.21
|
||||||
script:
|
script: go build $ARGS -ldflags="$LDFLAGS"
|
||||||
go build $ARGS -ldflags="$LDFLAGS"
|
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- -trimpath
|
- -trimpath
|
||||||
|
@ -26,5 +25,7 @@ provides:
|
||||||
- bin/talhelper
|
- bin/talhelper
|
||||||
|
|
||||||
test:
|
test:
|
||||||
- talhelper --version | grep {{version}}
|
# removed in v3, oddly
|
||||||
|
- run: talhelper --version | grep {{version}}
|
||||||
|
if: <3
|
||||||
- talhelper gensecret | grep 'bootstraptoken'
|
- talhelper gensecret | grep 'bootstraptoken'
|
Loading…
Reference in a new issue