Skip to content

Commit 8123496

Browse files
committed
fix: project name
1 parent dc7ed04 commit 8123496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/cloud-pr.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ ada cred update --profile=AmplifyAPIE2EProd --account=$E2E_ACCOUNT_PROD --role=C
1616
RESULT=$(aws codebuild start-build-batch \
1717
--profile=AmplifyAPIE2EProd \
1818
--region us-east-1 \
19-
--project-name amplify-category-api-pr-workflow \
19+
--project-name amplify-codegen-pr-workflow \
2020
--build-timeout-in-minutes-override 180 \
2121
--source-version "pr/$PR_NUMBER" \
2222
--debug-session-enabled \
2323
--git-clone-depth-override=1000 \
2424
--environment-variables-override name=AMPLIFY_CI_MANUAL_PR_BUILD,value=true,type=PLAINTEXT \
2525
--query 'buildBatch.id' --output text)
2626

27-
echo "https://us-east-1.console.aws.amazon.com/codesuite/codebuild/$E2E_ACCOUNT_PROD/projects/amplify-category-api-pr-workflow/batch/$RESULT?region=us-east-1"
27+
echo "https://us-east-1.console.aws.amazon.com/codesuite/codebuild/$E2E_ACCOUNT_PROD/projects/amplify-codegen-pr-workflow/batch/$RESULT?region=us-east-1"

0 commit comments

Comments
 (0)