Skip to content

Commit

Permalink
Rename release.groovy file to avoid conflicts with the RELEASE env var
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Aug 13, 2024
1 parent ff82da1 commit 7243a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pipeline {
.skipTests(params.SKIP_TESTS)

if (isRelease()) {
release.gpgImportKeyFromStringWithoutPassword(getReleaseGpgSignKeyCredsId())
releaseUtils.gpgImportKeyFromStringWithoutPassword(getReleaseGpgSignKeyCredsId())
mavenCommand.withProfiles(['apache-release'])
}

Expand Down

0 comments on commit 7243a7e

Please sign in to comment.