You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default directory when using DroneCI is "/src" this is causing the Permission error, copying the content to "/home/mobiledevops/app" throw error in ALL imports:
lib/main.dart:5:8: Error: Error when reading 'lib/models/AppInfo.dart': No such file or directory
import 'package:Brise/models/AppInfo.dart';
^
Commands are the following:
- cp -R * /home/mobiledevops/app
- cd /home/mobiledevops/app
- flutter pub get
- flutter clean
- ls -l
- flutter build apk
- flutter build appbundle
When trying to run a build command in a docker-based DroneCI pipeline the "pub get" process fails when writing pubspec.lock
Expected behaviour
Build Process to complete as it succefully completes when running locally.
Actual behaviour
Build Process fails to write pubspec.lock
Steps to reproduce the behaviour
Which Docker version is used?
24.0.5
Which flutter-sdk-image version is used?
3.7.10
Which host operation system is used?
Log
The text was updated successfully, but these errors were encountered: