Skip to content

Commit

Permalink
chore: fix typos in test-prod.yml (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-karanjit authored Jul 11, 2024
1 parent baf901a commit 0f9b019
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ComAmazonawsDynamodb/codebuild/test-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ phases:
- make transpile_net
build:
commands:
- export VERSION=`grep '<Version>' runtimes/net/ComAmazonawsDynamodb.csproj.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/'`
- sed -i.backup "/\<ProjectReference Include=\"..\/ComAmazonawsDynamodb.csproj.csproj\" \/>/d" runtimes/net/tests/TestComAmazonawsDynamodb.csproj.csproj
- dotnet add runtimes/net/tests/TestComAmazonawsDynamodb.csproj.csproj package AWS.Cryptography.Internal.ComAmazonawsDynamodb --version $VERSION
- export VERSION=`grep '<Version>' runtimes/net/ComAmazonawsDynamodb.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/'`
- sed -i.backup "/\<ProjectReference Include=\"..\/ComAmazonawsDynamodb.csproj\" \/>/d" runtimes/net/tests/TestComAmazonawsDynamodb.csproj
- dotnet add runtimes/net/tests/TestComAmazonawsDynamodb.csproj package AWS.Cryptography.Internal.ComAmazonawsDynamodb --version $VERSION

# run tests
- TMP_ROLE=$(aws sts assume-role --role-arn "arn:aws:iam::370957321024:role/GitHub-CI-MPL-Dafny-Role-us-west-2" --role-session-name "CB-TestVectorResources")
Expand Down

0 comments on commit 0f9b019

Please sign in to comment.