Skip to content

Commit

Permalink
Move variables to correct section
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Aug 4, 2024
1 parent b70d5ac commit c21d3cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gocd/build_and_publish.gocd.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ GoCD.script {
type = 'manual'
}
environmentVariables = [
GNUPGHOME : '.signing',
GOCD_GPG_KEYRING_FILE : 'signing-key.gpg',
]
secureEnvironmentVariables = [
GOCD_GPG_KEY_ID : 'AES:+ORNmqROtoiLtfp+q4FlfQ==:PxQcI6mOtG4J/WQHS9jakg==',
GNUPGHOME : '.signing',
GOCD_GPG_KEYRING_FILE : 'signing-key.gpg',
GOCD_GPG_PASSPHRASE : secretParam("GOCD_GPG_PASSPHRASE"),
MAVEN_CENTRAL_TOKEN_USERNAME : secretParam("MAVEN_CENTRAL_TOKEN_USERNAME"),
MAVEN_CENTRAL_TOKEN_PASSWORD : secretParam("MAVEN_CENTRAL_TOKEN_PASSWORD"),
]
secureEnvironmentVariables = [
GOCD_GPG_KEY_ID : 'AES:+ORNmqROtoiLtfp+q4FlfQ==:PxQcI6mOtG4J/WQHS9jakg==',
]
jobs {
job('upload-to-maven') {
elasticProfileId = 'ecs-gocd-dev-build'
Expand Down

0 comments on commit c21d3cb

Please sign in to comment.