Skip to content

Commit

Permalink
fix(ci): web builder flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharlock10 committed Jun 1, 2022
1 parent 68d6550 commit 69cafc6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions web_builder/build_web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ echo "Downloading credentials"
node ./web_builder/index.js

echo "Cloning flutter";
git clone https:/flutter/flutter.git -b stable;
git clone https:/flutter/flutter.git
git pull
git checkout tags/3.0.1
flutter precache
export PATH="$PATH:`pwd`/flutter/bin";

flutter --version;
flutter --doctor;
echo | flutter --version;
echo | flutter --doctor;

echo "Building web app";
flutter packages pub get;
Expand Down

0 comments on commit 69cafc6

Please sign in to comment.