File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
grpc-spring-boot-starter-gradle-plugin Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ before_install:
17
17
- openssl aes-256-cbc -K $encrypted_12c8071d2874_key -iv $encrypted_12c8071d2874_iv -in ./codesigning.asc.enc -out ./codesigning.asc -d
18
18
- gpg --batch --import ./codesigning.asc
19
19
- ls -la /home/travis/.gnupg
20
- - ls -la /home/travis/.gnupg/private-keys-v1.d
21
- - find . | grep "secring.gpg"
20
+ - gpg --batch --keyring secring.gpg --export-secret-keys > ~/.gnupg/secring.gpg
22
21
- ls -la /home/travis/.gnupg
23
22
install : true # disables default "./gradlew assemble" install script
24
23
after_success :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ apply from: "../publishSonatype.gradle"
21
21
22
22
project[' signing.keyId' ] = System . getenv(' GPG_ID' )
23
23
project[' signing.password' ] = System . getenv(' GPG_PASSWORD' )
24
- project[' signing.secretKeyRingFile' ] = ' /home/travis/.gnupg/secring.gpg '
24
+ project[' signing.secretKeyRingFile' ] = ' /home/travis/.gnupg/pubring.kbx '
25
25
26
26
project[' gradle.publish.key' ] = System . getenv(' gradlePublishKey' )
27
27
project[' gradle.publish.secret' ] = System . getenv(' gradlePublishSecret' )
You can’t perform that action at this time.
0 commit comments