Skip to content

Commit

Permalink
fixed bug in script that was caused by last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteen committed May 29, 2024
1 parent d1f8b9d commit 7e4d20f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions open_earable/ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ set -e

FLUTTER_URL="https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.16.0-stable.zip"

# by default, the execution directory of this script is the ci_scripts directory
# CI_WORKSPACE is the directory of your cloned repo
echo "🟩 Navigate from ($PWD) to ($CI_WORKSPACE_PATH)"
cd $CI_WORKSPACE_PATH

echo "🟩 Install Flutter"
cd $HOME
time curl -L $FLUTTER_URL -o flutter.zip
Expand All @@ -22,6 +17,11 @@ flutter --version
echo "🟩 Flutter Precache"
time flutter precache --ios

# by default, the execution directory of this script is the ci_scripts directory
# CI_WORKSPACE is the directory of your cloned repo
echo "🟩 Navigate from ($PWD) to ($CI_WORKSPACE_PATH)"
cd $CI_WORKSPACE_PATH

echo "🟩 Install Flutter Dependencies"
cd repository/open_earable
time flutter clean
Expand Down

0 comments on commit 7e4d20f

Please sign in to comment.