Skip to content

Commit

Permalink
chore: Change working directory to Flutter app directory in post-clon…
Browse files Browse the repository at this point in the history
…e script
  • Loading branch information
naipaka committed Sep 3, 2024
1 parent 02b27f8 commit 755ae0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/flutter_app/ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ set -e
# The default execution directory of this script is the ci_scripts directory.
cd $CI_PRIMARY_REPOSITORY_PATH # change working directory to the root of your cloned repo.

# change working directory to the Flutter app directory.
cd ./packages/flutter_app

# Extract the Flutter version from .fvmrc file
FLUTTER_VERSION=$(cat .fvmrc | grep "flutter" | cut -d '"' -f 4)

Expand Down

0 comments on commit 755ae0f

Please sign in to comment.