Apparently the free tier has changed and all of my repos have been marked as read only because one or two are large. Marking them all as read-only prevents me from doing any kind of cleanup and deleting some of the repositories. How can I delete specific repos when they are all marked read-only?
disregard. Found the setting.
If you’re working with Android APKs that include a pre-filled database, like the one in the Assets directory, managing it in CI/CD pipelines can be tricky. For Bitbucket Pipelines, you need the database available on the build server before building the APK. Git LFS can handle large files like a 90MB database, but downloading it from a separate location during the build is another practical approach. Automating this step ensures the APK always includes the latest database without bloating your repository. This setup keeps your builds smooth and your database management efficient. https://thecupcut.com/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.