mirror of
https://gitlab.com/foxixus/neomovies_mobile.git
synced 2025-10-27 19:58:50 +05:00
fix(ci): handle missing local.properties in CI environment
- Check if local.properties exists before reading - Fallback to FLUTTER_ROOT environment variable - Add FLUTTER_ROOT to CI variables - Set default Flutter path to /opt/flutter for CI - Fixes: 'local.properties (No such file or directory)' error
This commit is contained in:
@@ -9,6 +9,8 @@ stages:
|
||||
variables:
|
||||
# Flutter версия
|
||||
FLUTTER_VERSION: "3.35.5"
|
||||
# Flutter путь для CI
|
||||
FLUTTER_ROOT: "/opt/flutter"
|
||||
# Android SDK
|
||||
ANDROID_SDK_ROOT: "/opt/android-sdk"
|
||||
# Gradle настройки для CI (меньше RAM)
|
||||
|
||||
Reference in New Issue
Block a user