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

Commit 04ef966

Browse files
committed
chore(gpg): binary key, empty password property [ci skip]
1 parent 57feb0b commit 04ef966

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

tools/bitrise-secret.key

-989 Bytes
Binary file not shown.

tools/import-gpg.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ add_signing() {
77
echo "Adding bitrise key to gradle properties..."
88
cat > $GRADLE_PROPERTIES << EOF
99
signing.keyId=9719DC41
10+
signing.password=
1011
signing.secretKeyRingFile=$KEY_PATH
1112
EOF
1213
echo "New gradle properties:"

0 commit comments

Comments
 (0)