Skip to content

Commit 3712fd0

Browse files
author
Roshan George
committed
Also test for absence of GPG_PASSPHRASE
1 parent 93e736e commit 3712fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [ -z "$GPG_KEY_NAME" ]; then
2525
exit 1
2626
fi
2727

28-
if [ -z "$GPG_KEY_NAME" ]; then
28+
if [ -z "$GPG_PASSPHRASE" ]; then
2929
echo "missing environment value: GPG_PASSPHRASE" >&2
3030
exit 1
3131
fi

0 commit comments

Comments
 (0)