mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 16:55:40 +00:00
Allow building binary package as well
This commit is contained in:
parent
bb3f3e541d
commit
8f37a1d9c4
@ -157,7 +157,7 @@ fi
|
|||||||
gbp dch --ignore-branch --no-multimaint -N "$VERSION" -s "\$SINCE" -D "\$DISTRIBUTION"
|
gbp dch --ignore-branch --no-multimaint -N "$VERSION" -s "\$SINCE" -D "\$DISTRIBUTION"
|
||||||
|
|
||||||
# using -d to prevent failing when searching for golang dep on control file
|
# using -d to prevent failing when searching for golang dep on control file
|
||||||
params=("-d" "-S")
|
params=("-d")
|
||||||
|
|
||||||
# add the -sa option for signing along with the key to use when provided key id
|
# add the -sa option for signing along with the key to use when provided key id
|
||||||
if [ -n "$DO_SIGN" ]; then
|
if [ -n "$DO_SIGN" ]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user