Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
build: Disable temporally the signing of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban Lopez Valecky committed Nov 11, 2023
1 parent 69dc58c commit 6c8848e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildSrc/src/main/kotlin/adyen-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,12 @@ publishing {
}
}

// Disabled due to not secrets configured on fork
/*
if (providers.environmentVariable("CI").getOrElse("false").toBoolean()) {
signing {
useInMemoryPgpKeys(providers.environmentVariable("GPG_PRIVATE_KEY").get(), providers.environmentVariable("GPG_PASSPHRASE").get())
sign(publishing.publications["maven"])
}
}
*/

0 comments on commit 6c8848e

Please sign in to comment.