Fail the build on no gpg whatsoever
This commit is contained in:
parent
386212b872
commit
29858e8052
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ set +e
|
||||||
echo "Querying for gpg2 path"
|
echo "Querying for gpg2 path"
|
||||||
gpg2_path=`which gpg2`
|
gpg2_path=`which gpg2`
|
||||||
echo "Got $gpg2_path for gpg2 path"
|
echo "Got $gpg2_path for gpg2 path"
|
||||||
echo set -e
|
set -e
|
||||||
if [[ -x gpg2_path ]]; then
|
if [[ -x gpg2_path ]]; then
|
||||||
echo "Using gpg2"
|
echo "Using gpg2"
|
||||||
GPG=gpg2
|
GPG=gpg2
|
||||||
|
|
Loading…
Reference in a new issue