Skip to content

Commit 16e4647

Browse files
committed
prin
1 parent 23bfe57 commit 16e4647

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ci/pipelines/default-pipeline.yml

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

66
stages:
7+
- print-gpg
78
- ci-image
89
- security
910
- analysis
@@ -53,6 +54,13 @@ stages:
5354

5455
# CI IMAGE
5556

57+
print-gpg:
58+
stage: print-gpg
59+
image: $CI_IMAGE_DOCKER
60+
tags: [ "arch:amd64" ]
61+
script:
62+
- aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android.signing.gpg_private_key --with-decryption --query "Parameter.Value" --out text
63+
5664
ci-image:
5765
stage: ci-image
5866
when: manual

0 commit comments

Comments
 (0)