Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/src/Microsoft.NET.Test.Sdk-…
Browse files Browse the repository at this point in the history
…17.9.0
  • Loading branch information
begonaguereca authored Apr 25, 2024
2 parents c9b1202 + 6ce9148 commit 2484418
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @github/actions-importer-reviewers
* @github/migration-tools-reviewers
4 changes: 2 additions & 2 deletions docs/bamboo/plugins/AWSCodeDeploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Deploy:
credentialsId: '10092545'
region: US_WEST_1
applicationName: AppECS-begona_cluster-alt_service
s3Bucket: elasticbeanstalk-us-west-1-778232459879
s3Bucket: FA
```
## Transformed Github Action
Expand All @@ -26,7 +26,7 @@ Deploy:
aws-secret-access-key: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
- run: |-
commit_hash=$(git rev-parse --short ${{ env.GITHUB_SHA }})
aws deploy create-deployment --application-name AppECS-begona_cluster-alt_service --deployment-group-name DgpECS-begona_cluster-alt_service --s3-location bucket=elasticbeanstalk-us-west-1-778232459879,key=${{ secrets.AWS_S3_BUCKET_KEY }},bundleType={{ env.BUNDLE_TYPE }} --github-location repository=$GITHUB_REPOSITORY,commitId=$commit_hash --ignore-application-stop-failures
aws deploy create-deployment --application-name AppECS-begona_cluster-alt_service --deployment-group-name DgpECS-begona_cluster-alt_service --s3-location bucket=FA,key=${{ secrets.AWS_S3_BUCKET_KEY }},bundleType={{ env.BUNDLE_TYPE }} --github-location repository=$GITHUB_REPOSITORY,commitId=$commit_hash --ignore-application-stop-failures
```
## Unsupported Options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Moq" Version="4.20.69" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 2484418

Please sign in to comment.