mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
flow - fix paste
This commit is contained in:
parent
306a47465a
commit
2213a06922
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue