Skip to content

Commit a47f14e

Browse files
chore(release): Replace all private-aws-encryption-sdk-dafny-staging (#652)
1 parent 3b3cf4a commit a47f14e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 private-aws-encryption-sdk-dafny-staging/AwsEncryptionSDK
30+
- cd aws-encryption-sdk-dafny/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 private-aws-encryption-sdk-dafny-staging/AwsEncryptionSDK
40+
- cd aws-encryption-sdk-dafny/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 private-aws-encryption-sdk-dafny-staging
15+
- cd aws-encryption-sdk-dafny
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 private-aws-encryption-sdk-dafny-staging/AwsEncryptionSDK
27+
- cd aws-encryption-sdk-dafny/AwsEncryptionSDK
2828
pre_build:
2929
commands:
3030
- make transpile_net

0 commit comments

Comments
 (0)