We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7606b1a + 511defc commit aac24caCopy full SHA for aac24ca
ci/pipelines/default-pipeline.yml
@@ -43,6 +43,7 @@ stages:
43
- if [[ "$exit_code" -ne 0 ]]; then exit 1; fi
44
- exit 0
45
set-publishing-credentials:
46
+ - !reference [.snippets, source-secrets]
47
- get_secret $DD_ANDROID_SECRET__GRADLE_PROPERTIES > ./gradle.properties
48
- export GPG_PRIVATE_KEY=$(get_secret $DD_ANDROID_SECRET__SIGNING_GPG_PRIVATE_KEY)
49
- export GPG_PASSWORD=$(get_secret $DD_ANDROID_SECRET__SIGNING_GPG_PASSPHRASE)
0 commit comments