mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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 PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- export version="$(yq -r .environment.flutter pubspec.yaml | sed 's/\^//g')"
|
- export version="$(yq -r .environment.flutter pubspec.yaml | sed 's/\^//g')"
|
||||||
- pushd $$flutter$$
|
- pushd $$flutter$$
|
||||||
- git checkout $version
|
- git checkout -f $version
|
||||||
- popd
|
- popd
|
||||||
- $$flutter$$/bin/flutter config --no-analytics
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
- $$flutter$$/bin/flutter pub get
|
- $$flutter$$/bin/flutter pub get
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue