mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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
|
- ios
|
||||||
- test
|
- test
|
||||||
prebuild:
|
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$$
|
- pushd $$flutter$$
|
||||||
- git checkout -f $version
|
- git checkout -f $version
|
||||||
- popd
|
- popd
|
||||||
|
|
@ -1476,7 +1476,7 @@ Builds:
|
||||||
- ios
|
- ios
|
||||||
- test
|
- test
|
||||||
prebuild:
|
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$$
|
- pushd $$flutter$$
|
||||||
- git checkout -f $version
|
- git checkout -f $version
|
||||||
- popd
|
- popd
|
||||||
|
|
@ -1501,7 +1501,7 @@ Builds:
|
||||||
- ios
|
- ios
|
||||||
- test
|
- test
|
||||||
prebuild:
|
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$$
|
- pushd $$flutter$$
|
||||||
- git checkout -f $version
|
- git checkout -f $version
|
||||||
- popd
|
- popd
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue