Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): Replace all private-aws-encryption-sdk-dafny-staging #652

Merged
merged 3 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading