ci(docker): clean submodules before update to fix build errors#3139
ci(docker): clean submodules before update to fix build errors#3139
Conversation
Added clean submodules step before `git submodule update` in the build script to ensure submodules are always in a clean state before checkout. This prevents local changes inside `sdk` (e.g. changed build_config.json from assets transformer) from blocking the update step. Fixes: #3137
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Visit the preview URL for this PR (updated for commit e074d2d): https://walletrc--pull-3139-merge-f8q5zra4.web.app (expires Mon, 22 Sep 2025 10:15:39 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: f66a4ff03faa546f12f0ae5a841bd9eff2714dcc |
Added clean submodules step before
git submodule updatein the build script to ensure submodules are always in a clean state before checkout. This prevents local changes insidesdk(e.g. changed build_config.json from assets transformer) from blocking the update step.Fixes: #3137