File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments