Skip to content
Snippets Groups Projects
Commit fbea974b authored by dgelessus's avatar dgelessus
Browse files

Update publishing secrets

parent d5fee96b
No related branches found
No related tags found
No related merge requests found
Pipeline #138426 passed
......@@ -25,9 +25,9 @@ tests:
publish:
stage: deploy
script:
- openssl aes-256-cbc -pass "env:ENCRYPTION_PASSWORD" -in secring.gpg.enc -out secring.gpg -d
- openssl aes-256-cbc -pass "env:ENCRYPTION_PASSWORD" -in pubring.gpg.enc -out pubring.gpg -d
- openssl aes-256-cbc -pass "env:ENCRYPTION_PASSWORD" -in gradle.properties.enc -out gradle.properties -d
- openssl aes-256-cbc -d -base64 -pbkdf2 -pass "env:ENCRYPTION_PASSWORD" -in gradle.properties.enc -out gradle.properties
- openssl aes-256-cbc -d -base64 -pbkdf2 -pass "env:ENCRYPTION_PASSWORD" -in pubring.gpg.enc -out pubring.gpg
- openssl aes-256-cbc -d -base64 -pbkdf2 -pass "env:ENCRYPTION_PASSWORD" -in secring.gpg.enc -out secring.gpg
- ./gradlew ${GRADLE_ARGS} uploadArchives
only:
- master@general/stups/probkodkod
......@@ -89,6 +89,8 @@ if (project.hasProperty('ossrhUsername') && project.hasProperty('ossrhPassword')
apply plugin: 'signing'
ext."signing.secretKeyRingFile" = rootProject.file("secring.gpg").absolutePath
signing {
sign configurations.archives
}
......
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment