Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b116b0d

Browse files
committedMar 20, 2024
debug
1 parent 108cd03 commit b116b0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎codebuild/py37/decrypt_masterkey_with_js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ phases:
3737
# Download generated vectors
3838
# TODO rewrite URL
3939
- aws s3 cp s3://generated-vectors-artifacts-bucket/$CODEBUILD_RESOLVED_SOURCE_VERSION/37_masterkey.zip 37_masterkey.zip
40+
- unzip 37_masterkey.zip
4041
build:
4142
commands:
4243
# Decrypt generated vectors with Javascript ESDK
43-
- integration-node decrypt -v 37_masterkey.zip
44+
- integration-node decrypt -v 37_masterkey

0 commit comments

Comments
 (0)
Please sign in to comment.