Skip to content

Commit bd90284

Browse files
m
1 parent 84a6532 commit bd90284

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

codebuild/py312/decrypt_hkeyring_with_net.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ phases:
2727
# Build the ESDK-Dafny test vector runner
2828
# Clone SDK-Dafny repo to get test vectors runner source code
2929
- git clone --recurse-submodules https://github.com/aws/aws-encryption-sdk-dafny.git
30+
- ls
31+
- cd aws-encryption-sdk-dafny
32+
- ls
33+
- cd AwsEncryptionSdk
34+
- ls
3035
# Download Dafny to build the test vector runner; get Dafny version from project.properties file
3136
- export dafnyVersion=$(grep '^dafnyVersion=' aws-encryption-sdk-dafny/AwsEncryptionSdk/project.properties | cut -d '=' -f 2)
3237
- curl https://github.com/dafny-lang/dafny/releases/download/v$dafnyVersion/dafny-$dafnyVersion-x64-ubuntu-20.04.zip -L -o dafny.zip

0 commit comments

Comments
 (0)