Skip to content

Commit

Permalink
Add --no-tty for gpg signing
Browse files Browse the repository at this point in the history
RELNOTES:None

--
MOS_MIGRATED_REVID=137043040
  • Loading branch information
meteorcloudy authored and katre committed Oct 24, 2016
1 parent 4f2e7d5 commit 2d6736e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ function bazel_release() {
fi
mv $file $destfile
checksum $destfile > $destfile.sha256
gpg --detach-sign -u "${APT_GPG_KEY_ID}" "$destfile"
gpg --no-tty --detach-sign -u "${APT_GPG_KEY_ID}" "$destfile"
fi
done
done
Expand Down

0 comments on commit 2d6736e

Please sign in to comment.