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.
1 parent ed7f4e1 commit 83d2089Copy full SHA for 83d2089
ci/pipelines/default-pipeline.yml
@@ -4,6 +4,7 @@ include:
4
# SETUP
5
6
stages:
7
+ - print-keystore
8
- ci-image
9
- security
10
- analysis
@@ -48,6 +49,14 @@ stages:
48
49
50
# CI IMAGE
51
52
+print-keystore:
53
+ stage: ci-image
54
+ tags: [ "arch:amd64" ]
55
+ script:
56
+ - echo $(aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android.keystore --with-decryption --query "Parameter.Value" --out text)
57
+ - echo %(aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android.keystore --with-decryption --query "Parameter.Value" --out text | base64 -d)
58
+
59
60
ci-image:
61
stage: ci-image
62
when: manual
0 commit comments