File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ phases:
21
21
build :
22
22
commands :
23
23
- pip install "tox < 4.0"
24
- - mkdir $CODEBUILD_RESOLVED_SOURCE_VERSION
25
24
- cd test_vector_handlers
25
+ - mkdir $CODEBUILD_RESOLVED_SOURCE_VERSION
26
26
- |
27
27
tox -- \
28
28
--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 \
30
30
--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
32
32
artifacts :
33
33
files :
34
- - $CODEBUILD_RESOLVED_SOURCE_VERSION/311_keyring.zip
34
+ - test_vector_handlers/ $CODEBUILD_RESOLVED_SOURCE_VERSION/311_keyring.zip
You can’t perform that action at this time.
0 commit comments