Skip to content

Commit dfc29ad

Browse files
author
Lucas McDonald
committed
m
1 parent 94e261e commit dfc29ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codebuild/py312/decrypt_hkeyring_with_net.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ phases:
2727
# Clone SDK-Dafny repo to get test vectors runner source code and the Dafny version to use
2828
- git clone --recurse-submodules https://github.com/aws/aws-encryption-sdk.git
2929
# Download Dafny to build the test vector runner; get Dafny version from ESDK's project.properties file
30-
- export dafnyVersion=$(grep '^dafnyVersion=' aws-encryption-sdk/AwsEncryptionSDK/project.properties | cut -d '=' -f 2)
30+
- export dafnyVersion=$(grep '^dafnyVersion=' aws-encryption-sdk/project.properties | cut -d '=' -f 2)
3131
- curl https://github.com/dafny-lang/dafny/releases/download/v$dafnyVersion/dafny-$dafnyVersion-x64-ubuntu-20.04.zip -L -o dafny.zip
3232
- unzip -qq dafny.zip && rm dafny.zip
3333
- export PATH="$PWD/dafny:$PATH"

test_vector_handlers/scripts/install_mpl_test_vector_runner.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cd "$(dirname "$0")"
1111
export mplVersion=$(grep 'aws-cryptographic-material-providers==' ../requirements_mpl.txt | sed -E 's/.*==(.+)/\1/')
1212

1313
# Clone MPL repo to get test vectors runner source code and the Dafny version to use
14-
# git clone --branch v$mplVersion --recurse-submodules https://github.com/aws/aws-cryptographic-material-providers-library.git
14+
# git clone --branch v$mplVersion --recurse-submodules https://github.com/aws/aws-cryptographic-material-providers-library.git
1515
git clone --recurse-submodules https://github.com/aws/aws-cryptographic-material-providers-library.git
1616

1717
# Download Dafny to build the test vector runner; get Dafny version from ESDK's project.properties file

0 commit comments

Comments
 (0)