Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 552d634

Browse files
committed
chore(gpg): continue if a profile already exists
1 parent 773e42b commit 552d634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/setup-gpg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ if [ -e $GRADLE_PROPERTIES ]
2828
then
2929
if grep -q "signing." $GRADLE_PROPERTIES
3030
then
31-
echo "Fatal error: the gradle properties already have a signing profile"
32-
exit 2
31+
echo "The gradle properties already have a signing profile, leaving untouched."
32+
exit 0
3333
fi
3434
else
3535
touch $GRADLE_PROPERTIES

0 commit comments

Comments
 (0)