Skip to content

Commit aac24ca

Browse files
authored
Merge pull request #3072 from DataDog/yl/fix-publishing-credentials-task
Fix set-publishing-credentials ci script
2 parents 7606b1a + 511defc commit aac24ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/pipelines/default-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ stages:
4343
- if [[ "$exit_code" -ne 0 ]]; then exit 1; fi
4444
- exit 0
4545
set-publishing-credentials:
46+
- !reference [.snippets, source-secrets]
4647
- get_secret $DD_ANDROID_SECRET__GRADLE_PROPERTIES > ./gradle.properties
4748
- export GPG_PRIVATE_KEY=$(get_secret $DD_ANDROID_SECRET__SIGNING_GPG_PRIVATE_KEY)
4849
- export GPG_PASSWORD=$(get_secret $DD_ANDROID_SECRET__SIGNING_GPG_PASSPHRASE)

0 commit comments

Comments
 (0)