Skip to content

Commit 1211425

Browse files
committed
Add configuration for signing artifacts in CI pipeline
1 parent 8673654 commit 1211425

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/pipeline.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ jobs:
123123
<<: *gradle-enterprise-task-params
124124
- put: artifactory-repo
125125
params: &artifactory-params
126+
signing_key: ((signing-key))
127+
signing_passphrase: ((signing-passphrase))
126128
repo: libs-snapshot-local
127129
folder: distribution-repository
128130
build_uri: "https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}"
@@ -269,7 +271,6 @@ jobs:
269271
download_artifacts: true
270272
save_build_info: true
271273
- task: promote
272-
image: ci-image
273274
file: git-repo/ci/tasks/promote-version.yml
274275
params:
275276
RELEASE_TYPE: RELEASE

0 commit comments

Comments
 (0)