flow - fix paste

This commit is contained in:
Licaon_Kter 2024-11-21 13:57:56 +00:00
parent 306a47465a
commit 2213a06922

View file

@ -112,7 +112,7 @@ Builds:
prebuild:
- export version=$(grep "^ flutter:" pubspec.yaml | cut -d ":" -f2|head -n1)
- '[[ $version ]] || exit 1'
- git -C $$flutter$$ checkout -f $version
- git -C $$flutter$$ checkout -f $version
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
scandelete: