Skip to content

Commit 059df05

Browse files
committed
debug
1 parent 3e43ffd commit 059df05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

codebuild/py312/decrypt_hkeyring_with_net.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ phases:
2121
# Download previously generated vectors
2222
- aws s3 cp s3://generated-vectors-artifacts-bucket/$CODEBUILD_RESOLVED_SOURCE_VERSION/312_hkeyring_manifest.zip 312_hkeyring_manifest.zip
2323
- unzip 312_hkeyring_manifest.zip
24-
- export DAFNY_AWS_ESDK_TEST_VECTOR_MANIFEST_PATH="${PWD}/312_hkeyring_manifest/manifest.json"
2524
- ls 312_hkeyring_manifest/
2625
- cat 312_hkeyring_manifest/keys.json
2726
- pwd
@@ -42,4 +41,4 @@ phases:
4241

4342
build:
4443
commands:
45-
- dotnet test --framework net6.0
44+
- DAFNY_AWS_ESDK_TEST_VECTOR_MANIFEST_PATH="${PWD}/312_hkeyring_manifest/manifest.json" dotnet test --framework net6.0

0 commit comments

Comments
 (0)