Skip to content

Commit 8d512d8

Browse files
case sense
1 parent bd90284 commit 8d512d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

codebuild/py312/decrypt_hkeyring_with_net.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ 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
30+
# - ls
31+
# - cd aws-encryption-sdk-dafny
32+
# - ls
33+
# - cd AwsEncryptionSDK
34+
# - ls
3535
# Download Dafny to build the test vector runner; get Dafny version from project.properties file
36-
- export dafnyVersion=$(grep '^dafnyVersion=' aws-encryption-sdk-dafny/AwsEncryptionSdk/project.properties | cut -d '=' -f 2)
36+
- export dafnyVersion=$(grep '^dafnyVersion=' aws-encryption-sdk-dafny/AwsEncryptionSDK/project.properties | cut -d '=' -f 2)
3737
- curl https://github.com/dafny-lang/dafny/releases/download/v$dafnyVersion/dafny-$dafnyVersion-x64-ubuntu-20.04.zip -L -o dafny.zip
3838
- unzip -qq dafny.zip && rm dafny.zip
3939
- export PATH="$PWD/dafny:$PATH"

0 commit comments

Comments
 (0)