Skip to content

Commit b8dbb1f

Browse files
debug
1 parent fadea8c commit b8dbb1f

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
@@ -21,14 +21,14 @@ phases:
2121
build:
2222
commands:
2323
- pip install "tox < 4.0"
24-
- mkdir $CODEBUILD_RESOLVED_SOURCE_VERSION
2524
- cd test_vector_handlers
25+
- mkdir $CODEBUILD_RESOLVED_SOURCE_VERSION
2626
- |
2727
tox -- \
2828
--input test/aws-crypto-tools-test-vector-framework/features/CANONICAL-GENERATED-MANIFESTS/0006-awses-message-decryption-generation.v2.json \
29-
--output ../$CODEBUILD_RESOLVED_SOURCE_VERSION/311_keyring \
29+
--output 311_keyring \
3030
--keyrings
31-
- zip -r 311_keyring.zip ../$CODEBUILD_RESOLVED_SOURCE_VERSION/311_keyring
31+
- zip -r $CODEBUILD_RESOLVED_SOURCE_VERSION/311_keyring.zip 311_keyring
3232
artifacts:
3333
files:
34-
- $CODEBUILD_RESOLVED_SOURCE_VERSION/311_keyring.zip
34+
- test_vector_handlers/$CODEBUILD_RESOLVED_SOURCE_VERSION/311_keyring.zip

0 commit comments

Comments
 (0)