diff --git a/packages/flutter_app/ios/ci_scripts/ci_post_clone.sh b/packages/flutter_app/ios/ci_scripts/ci_post_clone.sh index 90e9aad7..9a24bfda 100755 --- a/packages/flutter_app/ios/ci_scripts/ci_post_clone.sh +++ b/packages/flutter_app/ios/ci_scripts/ci_post_clone.sh @@ -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)