We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708d7fb commit 151c758Copy full SHA for 151c758
tool/kokoro/setup.sh
@@ -20,7 +20,7 @@ setup() {
20
java -version
21
22
# 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
+ git clone --depth 1 https://github.com/flutter/flutter.git ../flutter
24
export PATH="$PATH":`pwd`/../flutter/bin:`pwd`/../flutter/bin/cache/dart-sdk/bin
25
flutter config --no-analytics
26
flutter doctor
0 commit comments