File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 globs : |
9595 **/*.md
9696 !**/node_modules/**
97+ !test-results/**
Original file line number Diff line number Diff line change 3535 run : |
3636 # Start services
3737 cd cloud
38- docker- compose up -d
38+ docker compose up -d
3939
4040 # Wait for services to start
4141 sleep 10
4949 echo "✓ API health check passed"
5050
5151 # Cleanup
52- docker- compose down
52+ docker compose down
5353
5454 - name : Deploy to Coolify
5555 if : success()
Original file line number Diff line number Diff line change @@ -95,17 +95,18 @@ jobs:
9595 run : flutter build ios --release --no-codesign
9696
9797 - name : Create IPA
98- working-directory : opencli_app/ios
98+ working-directory : opencli_app
9999 run : |
100100 mkdir -p Payload
101- cp -r build/ios/iphoneos/Runner.app Payload/
101+ cp -r build/ios/iphoneos/Runner.app Payload/ || \
102+ cp -r ios/build/Release-iphoneos/Runner.app Payload/
102103 zip -r opencli-mobile.ipa Payload
103104
104105 - name : Upload IPA artifact
105106 uses : actions/upload-artifact@v4
106107 with :
107108 name : opencli-mobile-ios-ipa
108- path : opencli_app/ios/ opencli-mobile.ipa
109+ path : opencli_app/opencli-mobile.ipa
109110
110111 publish-to-release :
111112 name : Publish to GitHub Release
Original file line number Diff line number Diff line change 11{
22 "MD013" : false ,
33 "MD024" : { "siblings_only" : true },
4+ "MD031" : false ,
5+ "MD032" : false ,
46 "MD033" : false ,
57 "MD034" : false ,
8+ "MD040" : false ,
69 "MD041" : false
710}
Original file line number Diff line number Diff line change @@ -185,6 +185,3 @@ class TrayPluginMenu {
185185 // TODO: Confirm and uninstall
186186 }
187187}
188-
189- // Add to imports at top of file
190- import 'dart:io' ;
You can’t perform that action at this time.
0 commit comments