We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b9757 commit d7396f9Copy full SHA for d7396f9
.travis.yml
@@ -21,7 +21,7 @@ matrix:
21
install: true
22
23
# store them into travis via https://dracoblue.net/dev/uploading-snapshots-and-releases-to-maven-central-with-travis/
24
-# gpg -a --export-secret-keys [email protected] | base64 -w 0
+# gpg --export-secret-keys <keyID> | base64 -w 0
25
# gpg --export-ownertrust | base64 -w 0
26
before_install:
27
- if [ ! -z "$GPG_SECRET_KEYS" ]; then echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import; fi
0 commit comments