Skip to content

Commit 511defc

Browse files
committed
Fix set-publishing-credentials ci script
1 parent 7606b1a commit 511defc

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)