Skip to content

Commit 151c758

Browse files
authored
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

+1-1
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)