File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
export JAVA_HOME=$JAVA_HOME_17_X64
11
11
12
- git clone --depth 1 https://github.com/flutter/flutter.git ../flutter
12
+ git clone --depth 1 https://github.com/flutter/flutter.git -b stable --single-branch ../flutter
13
13
export PATH=" $PATH " :` pwd` /../flutter/bin:` pwd` /../flutter/bin/cache/dart-sdk/bin
14
14
flutter config --no-analytics
15
- flutter channel beta
16
15
flutter doctor
17
16
export FLUTTER_SDK=` pwd` /../flutter
18
17
Original file line number Diff line number Diff line change @@ -20,10 +20,9 @@ setup() {
20
20
java -version
21
21
22
22
# If we move to branch-based builds we might not be able to use such a shallow clone.
23
- git clone --depth 1 https://github.com/flutter/flutter.git ../flutter
23
+ git clone --depth 1 https://github.com/flutter/flutter.git -b stable --single-branch ../flutter
24
24
export PATH=" $PATH " :` pwd` /../flutter/bin:` pwd` /../flutter/bin/cache/dart-sdk/bin
25
25
flutter config --no-analytics
26
- flutter channel beta
27
26
flutter doctor
28
27
export FLUTTER_SDK=` pwd` /../flutter
29
28
You can’t perform that action at this time.
0 commit comments