Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 151c758

Browse files
authoredFeb 14, 2025··
Fix the pre-submit for the flutter-intellij project (kokoro) (#7941)
This is follow up on the previous commit, 708d7fb See #7937 for context
1 parent 708d7fb commit 151c758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tool/kokoro/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ setup() {
2020
java -version
2121

2222
# Clone and configure Flutter to the latest stable release
23-
git clone --depth 1 -b stable --single-branch https://github.com/flutter/flutter.git ../flutter
23+
git clone --depth 1 https://github.com/flutter/flutter.git ../flutter
2424
export PATH="$PATH":`pwd`/../flutter/bin:`pwd`/../flutter/bin/cache/dart-sdk/bin
2525
flutter config --no-analytics
2626
flutter doctor

0 commit comments

Comments
 (0)
Please sign in to comment.