File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ ada cred update --profile=AmplifyAPIE2EProd --account=$E2E_ACCOUNT_PROD --role=C
16
16
RESULT=$( aws codebuild start-build-batch \
17
17
--profile=AmplifyAPIE2EProd \
18
18
--region us-east-1 \
19
- --project-name amplify-category-api -pr-workflow \
19
+ --project-name amplify-codegen -pr-workflow \
20
20
--build-timeout-in-minutes-override 180 \
21
21
--source-version " pr/$PR_NUMBER " \
22
22
--debug-session-enabled \
23
23
--git-clone-depth-override=1000 \
24
24
--environment-variables-override name=AMPLIFY_CI_MANUAL_PR_BUILD,value=true,type=PLAINTEXT \
25
25
--query ' buildBatch.id' --output text)
26
26
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"
You can’t perform that action at this time.
0 commit comments