Skip to content

Commit

Permalink
Release job fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Antunes committed Nov 8, 2024
1 parent 665e84d commit 3c2c0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/jenkins/release-jobs/Jenkinsfile.chrome-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ pipeline {
dir("${RELEASE_CANDIDATE_ARTIFACTS_DIR}") {
script {
releaseUtils.setupSigningKey("${pipelineVars.asfReleaseGPGKeyCredentialsId}")
releaseUtils.signArtifact("${CHROME_EXTENCHROME_EXTENSION_RELEASE_FILE}")
releaseUtils.signArtifact("${CHROME_EXTENSION_RELEASE_FILE}")
releaseUtils.signArtifact("${SWF_CHROME_EXTENSION_RELEASE_FILE}")
releaseUtils.signArtifact("${CHROME_EXTENSION_EDITORS_RELEASE_FILE}")
releaseUtils.signArtifact("${SWF_CHROME_EXTENSION_EDITORS_RELEASE_FILE}")
Expand Down Expand Up @@ -226,7 +226,7 @@ pipeline {
"${pipelineVars.asfReleaseStagingRepository}",
"${RELEASE_ARTIFACTS_DIR}",
"${params.RELEASE_CANDIDATE_VERSION}",
"${CHROME_EXTENCHROME_EXTENSION_RELEASE_FILE}",
"${CHROME_EXTENSION_RELEASE_FILE}",
"${SWF_CHROME_EXTENSION_RELEASE_FILE}",
"${CHROME_EXTENSION_EDITORS_RELEASE_FILE}",
"${SWF_CHROME_EXTENSION_EDITORS_RELEASE_FILE}"
Expand Down

0 comments on commit 3c2c0ee

Please sign in to comment.