Skip to content
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 aws-encryption-sdk-dafny/AwsEncryptionSDK
- cd aws-encryption-sdk/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 aws-encryption-sdk-dafny/AwsEncryptionSDK
- cd aws-encryption-sdk/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 aws-encryption-sdk-dafny
- cd aws-encryption-sdk
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 aws-encryption-sdk-dafny/AwsEncryptionSDK
- cd aws-encryption-sdk/AwsEncryptionSDK
pre_build:
commands:
- make transpile_net
Expand Down
2 changes: 1 addition & 1 deletion cfn/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Parameters:
GitHubRepo:
Type: String
Description: GitHub Repo that invokes CI
Default: aws/aws-encryption-sdk-dafny
Default: aws/aws-encryption-sdk

Resources:
GitHubCIRole:
Expand Down
Loading