Skip to content

Commit e8fcdc5

Browse files
committed
Fix the pre-submit for the flutter-intellij project
This is follow up on the previous commit, flutter@708d7fb See flutter#7937 for context
1 parent 708d7fb commit e8fcdc5

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)