Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2783808

Browse files
committedMar 20, 2024
gen decrypt keyrings
1 parent bdacdeb commit 2783808

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎codebuild/py311/generate_decrypt_vectors_keyrings.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ phases:
2323
- |
2424
tox -- \
2525
--input test/aws-crypto-tools-test-vector-framework/features/CANONICAL-GENERATED-MANIFESTS/0006-awses-message-decryption-generation.v2.json \
26-
--output 311_keyrings
26+
--output 311_keyrings \
27+
--keyrings
2728
- zip -r 311_keyrings.zip 311_keyrings
2829
- aws s3 cp 311_keyrings.zip s3://generated-vectors-artifacts-bucket/$CODEBUILD_RESOLVED_SOURCE_VERSION/311_keyrings.zip

‎codebuild/py312/generate_decrypt_vectors_keyrings.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ phases:
2323
- |
2424
tox -- \
2525
--input test/aws-crypto-tools-test-vector-framework/features/CANONICAL-GENERATED-MANIFESTS/0006-awses-message-decryption-generation.v2.json \
26-
--output 312_keyrings
26+
--output 312_keyrings \
27+
--keyrings
2728
- zip -r 312_keyrings.zip 312_keyrings
2829
- aws s3 cp 312_keyrings.zip s3://generated-vectors-artifacts-bucket/$CODEBUILD_RESOLVED_SOURCE_VERSION/312_keyrings.zip

0 commit comments

Comments
 (0)
Please sign in to comment.