Skip to content

Commit c13db96

Browse files
committed
fix(amplify-codegen): remove interactive mwinit call from cloud-pr.sh
1 parent 97e84de commit c13db96

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/cloud-pr.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ source $scriptDir/.env set
66
printf 'What is your PR number ? '
77
read PR_NUMBER
88

9-
if [[ -n $USE_FIDO_KEY ]] ; then
10-
mwinit -s -f
11-
else
12-
mwinit
13-
fi
14-
159
ada cred update --profile=AmplifyAPIE2EProd --account=$E2E_ACCOUNT_PROD --role=CodebuildDeveloper --provider=isengard --once
1610
RESULT=$(aws codebuild start-build-batch \
1711
--profile=AmplifyAPIE2EProd \

0 commit comments

Comments
 (0)