Skip to content

Commit e16771a

Browse files
debug
1 parent 774abf6 commit e16771a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

codebuild/py311/generate_decrypt_vectors_keyrings.yml

+3-3
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_INITIATOR
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 \
2929
--output 311_keyring \
3030
--keyrings
31-
- zip -r $CODEBUILD_INITIATOR/311_keyring.zip 311_keyring
31+
- zip -r $CODEBUILD_RESOLVED_SOURCE_VERSION/311_keyring.zip 311_keyring
3232
artifacts:
3333
files:
34-
- test_vector_handlers/$CODEBUILD_INITIATOR/311_keyring.zip
34+
- test_vector_handlers/$CODEBUILD_RESOLVED_SOURCE_VERSION/311_keyring.zip

0 commit comments

Comments
 (0)