We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e84de commit c13db96Copy full SHA for c13db96
scripts/cloud-pr.sh
@@ -6,12 +6,6 @@ source $scriptDir/.env set
6
printf 'What is your PR number ? '
7
read PR_NUMBER
8
9
-if [[ -n $USE_FIDO_KEY ]] ; then
10
- mwinit -s -f
11
-else
12
- mwinit
13
-fi
14
-
15
ada cred update --profile=AmplifyAPIE2EProd --account=$E2E_ACCOUNT_PROD --role=CodebuildDeveloper --provider=isengard --once
16
RESULT=$(aws codebuild start-build-batch \
17
--profile=AmplifyAPIE2EProd \
0 commit comments