From 0f9b01958f0cd394124f419f5c56b68a87522e6f Mon Sep 17 00:00:00 2001 From: Rishav karanjit Date: Thu, 11 Jul 2024 13:46:32 -0700 Subject: [PATCH] chore: fix typos in test-prod.yml (#507) --- ComAmazonawsDynamodb/codebuild/test-prod.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ComAmazonawsDynamodb/codebuild/test-prod.yml b/ComAmazonawsDynamodb/codebuild/test-prod.yml index a398f3934..c4ea155e6 100644 --- a/ComAmazonawsDynamodb/codebuild/test-prod.yml +++ b/ComAmazonawsDynamodb/codebuild/test-prod.yml @@ -21,9 +21,9 @@ phases: - make transpile_net build: commands: - - export VERSION=`grep '' runtimes/net/ComAmazonawsDynamodb.csproj.csproj | sed 's/.*\(.*\)<\/Version>/\1/'` - - sed -i.backup "/\/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 '' runtimes/net/ComAmazonawsDynamodb.csproj | sed 's/.*\(.*\)<\/Version>/\1/'` + - sed -i.backup "/\/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")