Skip to content

Commit

Permalink
chore(release): Replace all private-aws-encryption-sdk-dafny-staging (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-karanjit committed May 13, 2024
1 parent 3b3cf4a commit a47f14e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AwsEncryptionSDK/codebuild/release/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ phases:
- unzip -qq dafny.zip && rm dafny.zip
- export PATH="$PWD/dafny:$PATH"
# Switch back to the main directory
- cd private-aws-encryption-sdk-dafny-staging/AwsEncryptionSDK
- cd aws-encryption-sdk-dafny/AwsEncryptionSDK
pre_build:
commands:
# UNIQUE_ID should be passed in as an environment variable. It is used to tie
Expand Down
2 changes: 1 addition & 1 deletion AwsEncryptionSDK/codebuild/release/release-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ phases:
- sudo apt update
- sudo apt-get install mono-devel -y
# Switch back to the main directory
- cd private-aws-encryption-sdk-dafny-staging/AwsEncryptionSDK
- cd aws-encryption-sdk-dafny/AwsEncryptionSDK
pre_build:
commands:
# UNIQUE_ID should be passed in as an environment variable. It is used to tie
Expand Down
2 changes: 1 addition & 1 deletion AwsEncryptionSDK/codebuild/release/sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ phases:
- unzip -qq dafny.zip && rm dafny.zip
- export PATH="$PWD/dafny:$PATH"
# Switch back to the main directory
- cd private-aws-encryption-sdk-dafny-staging
- cd aws-encryption-sdk-dafny
pre_build:
commands:
# UNIQUE_ID should be passed in as an environment variable. It is used to tie
Expand Down
2 changes: 1 addition & 1 deletion AwsEncryptionSDK/codebuild/release/test-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ phases:
- sudo apt update
- sudo apt-get install mono-devel -y
# Switch back to the main directory
- cd private-aws-encryption-sdk-dafny-staging/AwsEncryptionSDK
- cd aws-encryption-sdk-dafny/AwsEncryptionSDK
pre_build:
commands:
- make transpile_net
Expand Down

0 comments on commit a47f14e

Please sign in to comment.