Skip to content

Commit

Permalink
cleanup xcode cloud amplify file
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Jun 22, 2024
1 parent 1c3a63d commit c79d9cb
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions code/ci_scripts/ci_pre_xcodebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,7 @@ $AMPLIFY_CLI pull \
--amplify $AMPLIFY \
--frontend $FRONTEND \
--providers $PROVIDERS \
--yes || \
echo "First amplify pull failed, applying workaround for Amplify CLI Issue # 13201" && \
mkdir -p $CODE_DIR/amplify/generated/models && \
$AMPLIFY_CLI pull \
--region $AMPLIFY_REGION \
--amplify $AMPLIFY \
--frontend $FRONTEND \
--providers $PROVIDERS \
--yes
--yes

echo "💫 Generating code"
$AMPLIFY_CLI codegen models
Expand Down

0 comments on commit c79d9cb

Please sign in to comment.