File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 44# SETUP
55
66stages :
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+
5666ci-image :
5767 stage : ci-image
5868 when : manual
You can’t perform that action at this time.
0 commit comments