mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
blazedcloud - update recipe
This commit is contained in:
parent
0d9ac83261
commit
6aab96cc08
1 changed files with 3 additions and 3 deletions
|
|
@ -1451,7 +1451,7 @@ Builds:
|
|||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/flutter.yml)
|
||||
- version=$(sed -n -E 's/.*flutter-version:\ "(.*)"/\1/p' .github/workflows/flutter.yml)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
|
|
@ -1476,7 +1476,7 @@ Builds:
|
|||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/flutter.yml)
|
||||
- version=$(sed -n -E 's/.*flutter-version:\ "(.*)"/\1/p' .github/workflows/flutter.yml)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
|
|
@ -1501,7 +1501,7 @@ Builds:
|
|||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/flutter.yml)
|
||||
- version=$(sed -n -E 's/.*flutter-version:\ "(.*)"/\1/p' .github/workflows/flutter.yml)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
|
|
|
|||
Loading…
Reference in a new issue