Skip to content

Commit

Permalink
Xcode Cloud error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteen committed Jan 18, 2024
1 parent 0aced62 commit ff8e386
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions open_earable/ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ echo "🟩 Flutter Precache"
time flutter precache --ios

echo "🟩 Install Flutter Dependencies"
echo "$(pwd)"
echo "$(ls)"
cd $CI_WORKSPACE_PATH/repository
echo "$(ls)"
cd open_earable
cd repository/open_earable
time flutter clean
time flutter pub get
time flutter pub upgrade
Expand Down

0 comments on commit ff8e386

Please sign in to comment.