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
1616RESULT=$( 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"
You can’t perform that action at this time.
0 commit comments