mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-06 10:46:25 +00:00
musify - force flutter checkout
This commit is contained in:
parent
e747d913c9
commit
dbf566963b
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export version="$(yq -r .environment.flutter pubspec.yaml | sed 's/\^//g')"
|
||||
- pushd $$flutter$$
|
||||
- git checkout $version
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
|
|
|
|||
Loading…
Reference in a new issue