diff --git a/scripts/release-deb.sh b/scripts/release-deb.sh index e6c49fd1..a6b989d3 100755 --- a/scripts/release-deb.sh +++ b/scripts/release-deb.sh @@ -157,7 +157,7 @@ fi 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 -params=("-d" "-S") +params=("-d") # add the -sa option for signing along with the key to use when provided key id if [ -n "$DO_SIGN" ]; then