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