mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-06-12 02:04:38 -04:00
fix: avoid use of mapfile builtin
This commit is contained in:
@@ -34,7 +34,7 @@ update-fdroid-repo:
|
||||
done
|
||||
|
||||
- |
|
||||
mapfile -t apk_files < <(find "$REPO_DIR" -name "*.apk")
|
||||
apk_files=($REPO_DIR/*.apk)
|
||||
IFS=":" read -r vercode vername <<< "$($CI_PROJECT_DIR/scripts/get_latest_version.py "${apk_files[@]}")"
|
||||
sed -i \
|
||||
-e "s/CurrentVersion: .*/CurrentVersion: \"$vername\"/" \
|
||||
|
||||
Reference in New Issue
Block a user