Skip to content

Commit 17020e2

Browse files
m
1 parent d5bd84c commit 17020e2

4 files changed

+4
-7
lines changed

codebuild/py311/decrypt_golden_manifest_with_keyrings.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ phases:
2020
commands:
2121
# Download "golden manifest"
2222
- curl -L -o python-2.3.0.zip https://github.com/awslabs/aws-encryption-sdk-test-vectors/raw/master/vectors/awses-decrypt/python-2.3.0.zip
23-
- unzip python-2.3.0.zip
23+
- unzip python-2.3.0.zip -d python-2.3.0
2424
build:
2525
commands:
2626
- pip install "tox < 4.0"
27-
- ls
2827
- cd test_vector_handlers
2928
- |
3029
tox -- \

codebuild/py311/decrypt_golden_manifest_with_masterkey.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ phases:
2020
commands:
2121
# Download "golden manifest"
2222
- curl -L -o python-2.3.0.zip https://github.com/awslabs/aws-encryption-sdk-test-vectors/raw/master/vectors/awses-decrypt/python-2.3.0.zip
23-
- unzip python-2.3.0.zip
23+
- unzip python-2.3.0.zip -d python-2.3.0
2424
build:
2525
commands:
2626
- pip install "tox < 4.0"
27-
- ls
2827
- cd test_vector_handlers
2928
- |
3029
tox -- \

codebuild/py312/decrypt_golden_manifest_with_keyrings.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ phases:
2020
commands:
2121
# Download "golden manifest"
2222
- curl -L -o python-2.3.0.zip https://github.com/awslabs/aws-encryption-sdk-test-vectors/raw/master/vectors/awses-decrypt/python-2.3.0.zip
23-
- unzip python-2.3.0.zip
23+
- unzip python-2.3.0.zip -d python-2.3.0
2424
build:
2525
commands:
2626
- pip install "tox < 4.0"
27-
- ls
2827
- cd test_vector_handlers
2928
- |
3029
tox -- \

codebuild/py312/decrypt_golden_manifest_with_masterkey.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ phases:
2020
commands:
2121
# Download "golden manifest"
2222
- curl -L -o python-2.3.0.zip https://github.com/awslabs/aws-encryption-sdk-test-vectors/raw/master/vectors/awses-decrypt/python-2.3.0.zip
23-
- unzip python-2.3.0.zip
23+
- unzip python-2.3.0.zip -d python-2.3.0
2424
build:
2525
commands:
2626
- pip install "tox < 4.0"

0 commit comments

Comments
 (0)