Skip to content

Commit 262696b

Browse files
debug
1 parent 9e255e4 commit 262696b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

codebuild/py311/generate_decrypt_vectors_keyrings.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ phases:
2222
commands:
2323
- pip install "tox < 4.0"
2424
- cd test_vector_handlers
25+
- mkdir $CODEBUILD_RESOLVED_SOURCE_VERSION
2526
- |
2627
tox -- \
2728
--input test/aws-crypto-tools-test-vector-framework/features/CANONICAL-GENERATED-MANIFESTS/0006-awses-message-decryption-generation.v2.json \
28-
--output 311_keyring \
29+
--output $CODEBUILD_RESOLVED_SOURCE_VERSION/311_keyring \
2930
--keyrings
30-
- zip -r 311_keyring.zip 311_keyring
31+
- zip -r 311_keyring.zip $CODEBUILD_RESOLVED_SOURCE_VERSION/311_keyring
3132
artifacts:
3233
files:
33-
- test_vector_handlers/311_keyring.zip
34-
name: builds/$CODEBUILD_RESOLVED_SOURCE_VERSION/my-artifacts
34+
- test_vector_handlers/$CODEBUILD_RESOLVED_SOURCE_VERSION/311_keyring.zip

0 commit comments

Comments
 (0)