Skip to content

Commit 1bcb9ef

Browse files
committed
test
1 parent 511defc commit 1bcb9ef

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+
- test-publishing-credentials
78
- ci-image
89
- security
910
- analysis
@@ -53,6 +54,15 @@ stages:
5354

5455
# CI IMAGE
5556

57+
test-publishing-credentials:
58+
stage: test-publishing-credentials
59+
tags: [ "arch:amd64" ]
60+
image: $CI_IMAGE_DOCKER
61+
script:
62+
- !reference [.snippets, set-publishing-credentials]
63+
- aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android.signing.gpg_public_key --with-decryption --query "Parameter.Value" --out text
64+
- aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android.signing.gpg_public_key --with-decryption --query "Parameter.Value" --out text | gpg --import --import-options show-only | grep -E -o -e "[A-F0-9]{40}"
65+
5666
ci-image:
5767
stage: ci-image
5868
when: manual

0 commit comments

Comments
 (0)