File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
AwsEncryptionSDK/codebuild/release Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ phases:
27
27
- unzip -qq dafny.zip && rm dafny.zip
28
28
- export PATH="$PWD/dafny:$PATH"
29
29
# Switch back to the main directory
30
- - cd aws-encryption-sdk-dafny /AwsEncryptionSDK
30
+ - cd aws-encryption-sdk/AwsEncryptionSDK
31
31
pre_build :
32
32
commands :
33
33
# UNIQUE_ID should be passed in as an environment variable. It is used to tie
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ phases:
37
37
- sudo apt update
38
38
- sudo apt-get install mono-devel -y
39
39
# Switch back to the main directory
40
- - cd aws-encryption-sdk-dafny /AwsEncryptionSDK
40
+ - cd aws-encryption-sdk/AwsEncryptionSDK
41
41
pre_build :
42
42
commands :
43
43
# UNIQUE_ID should be passed in as an environment variable. It is used to tie
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ phases:
12
12
- unzip -qq dafny.zip && rm dafny.zip
13
13
- export PATH="$PWD/dafny:$PATH"
14
14
# Switch back to the main directory
15
- - cd aws-encryption-sdk-dafny
15
+ - cd aws-encryption-sdk
16
16
pre_build :
17
17
commands :
18
18
# UNIQUE_ID should be passed in as an environment variable. It is used to tie
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ phases:
24
24
- sudo apt update
25
25
- sudo apt-get install mono-devel -y
26
26
# Switch back to the main directory
27
- - cd aws-encryption-sdk-dafny /AwsEncryptionSDK
27
+ - cd aws-encryption-sdk/AwsEncryptionSDK
28
28
pre_build :
29
29
commands :
30
30
- make transpile_net
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Parameters:
17
17
GitHubRepo :
18
18
Type : String
19
19
Description : GitHub Repo that invokes CI
20
- Default : aws/aws-encryption-sdk-dafny
20
+ Default : aws/aws-encryption-sdk
21
21
22
22
Resources :
23
23
GitHubCIRole :
You can’t perform that action at this time.
0 commit comments