Skip to content

Commit d580c4a

Browse files
ShubhamChaturvedi7Shubham Chaturvedi
andauthored
fix: repo rename (#739)
Co-authored-by: Shubham Chaturvedi <[email protected]>
1 parent babfd01 commit d580c4a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

AwsEncryptionSDK/codebuild/release/release-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ phases:
2727
- unzip -qq dafny.zip && rm dafny.zip
2828
- export PATH="$PWD/dafny:$PATH"
2929
# Switch back to the main directory
30-
- cd aws-encryption-sdk-dafny/AwsEncryptionSDK
30+
- cd aws-encryption-sdk/AwsEncryptionSDK
3131
pre_build:
3232
commands:
3333
# UNIQUE_ID should be passed in as an environment variable. It is used to tie

AwsEncryptionSDK/codebuild/release/release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ phases:
3737
- sudo apt update
3838
- sudo apt-get install mono-devel -y
3939
# Switch back to the main directory
40-
- cd aws-encryption-sdk-dafny/AwsEncryptionSDK
40+
- cd aws-encryption-sdk/AwsEncryptionSDK
4141
pre_build:
4242
commands:
4343
# UNIQUE_ID should be passed in as an environment variable. It is used to tie

AwsEncryptionSDK/codebuild/release/sign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ phases:
1212
- unzip -qq dafny.zip && rm dafny.zip
1313
- export PATH="$PWD/dafny:$PATH"
1414
# Switch back to the main directory
15-
- cd aws-encryption-sdk-dafny
15+
- cd aws-encryption-sdk
1616
pre_build:
1717
commands:
1818
# UNIQUE_ID should be passed in as an environment variable. It is used to tie

AwsEncryptionSDK/codebuild/release/test-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ phases:
2424
- sudo apt update
2525
- sudo apt-get install mono-devel -y
2626
# Switch back to the main directory
27-
- cd aws-encryption-sdk-dafny/AwsEncryptionSDK
27+
- cd aws-encryption-sdk/AwsEncryptionSDK
2828
pre_build:
2929
commands:
3030
- make transpile_net

cfn/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Parameters:
1717
GitHubRepo:
1818
Type: String
1919
Description: GitHub Repo that invokes CI
20-
Default: aws/aws-encryption-sdk-dafny
20+
Default: aws/aws-encryption-sdk
2121

2222
Resources:
2323
GitHubCIRole:

0 commit comments

Comments
 (0)