We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e255e4 commit 262696bCopy full SHA for 262696b
codebuild/py311/generate_decrypt_vectors_keyrings.yml
@@ -22,13 +22,13 @@ phases:
22
commands:
23
- pip install "tox < 4.0"
24
- cd test_vector_handlers
25
+ - mkdir $CODEBUILD_RESOLVED_SOURCE_VERSION
26
- |
27
tox -- \
28
--input test/aws-crypto-tools-test-vector-framework/features/CANONICAL-GENERATED-MANIFESTS/0006-awses-message-decryption-generation.v2.json \
- --output 311_keyring \
29
+ --output $CODEBUILD_RESOLVED_SOURCE_VERSION/311_keyring \
30
--keyrings
- - zip -r 311_keyring.zip 311_keyring
31
+ - zip -r 311_keyring.zip $CODEBUILD_RESOLVED_SOURCE_VERSION/311_keyring
32
artifacts:
33
files:
- - test_vector_handlers/311_keyring.zip
34
- name: builds/$CODEBUILD_RESOLVED_SOURCE_VERSION/my-artifacts
+ - test_vector_handlers/$CODEBUILD_RESOLVED_SOURCE_VERSION/311_keyring.zip
0 commit comments