Skip to content

Commit 0dea5f1

Browse files
committed
wip
1 parent ed7f4e1 commit 0dea5f1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ci/pipelines/default-pipeline.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include:
44
# SETUP
55

66
stages:
7+
- print-keystore
78
- ci-image
89
- security
910
- analysis
@@ -48,6 +49,15 @@ stages:
4849

4950
# CI IMAGE
5051

52+
print-keystore:
53+
stage: ci-image
54+
image: $CI_IMAGE_DOCKER
55+
tags: [ "arch:amd64" ]
56+
script:
57+
- echo $(aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android.keystore --with-decryption --query "Parameter.Value" --out text)
58+
- echo $(aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android.keystore --with-decryption --query "Parameter.Value" --out text | base64 -d)
59+
60+
5161
ci-image:
5262
stage: ci-image
5363
when: manual

0 commit comments

Comments
 (0)