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
1 change: 1 addition & 0 deletions AwsEncryptionSDK/codebuild/release/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ phases:
- export PATH="$PWD/dafny:$PATH"
# Switch back to the main directory
- cd aws-encryption-sdk/AwsEncryptionSDK
- make mvn_local_deploy_polymorph_dependencies
pre_build:
commands:
# UNIQUE_ID should be passed in as an environment variable. It is used to tie
Expand Down
1 change: 1 addition & 0 deletions AwsEncryptionSDK/codebuild/release/release-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ phases:
- sudo apt-get install mono-devel -y
# Switch back to the main directory
- cd aws-encryption-sdk/AwsEncryptionSDK
- make mvn_local_deploy_polymorph_dependencies
pre_build:
commands:
# UNIQUE_ID should be passed in as an environment variable. It is used to tie
Expand Down
1 change: 1 addition & 0 deletions AwsEncryptionSDK/codebuild/release/sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ phases:
- export PATH="$PWD/dafny:$PATH"
# Switch back to the main directory
- cd aws-encryption-sdk
- make -C AwsEncryptionSDK mvn_local_deploy_polymorph_dependencies
pre_build:
commands:
# UNIQUE_ID should be passed in as an environment variable. It is used to tie
Expand Down
1 change: 1 addition & 0 deletions AwsEncryptionSDK/codebuild/release/test-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ phases:
- sudo apt-get install mono-devel -y
# Switch back to the main directory
- cd aws-encryption-sdk/AwsEncryptionSDK
- make mvn_local_deploy_polymorph_dependencies
pre_build:
commands:
- make transpile_net
Expand Down
Loading