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
- Before the migration to `git-crypt`, `WooCommerce/google-services.json` file did _not_ exist at all as we didn't run `configure_apply`. In which case the gradle task would take care of copying the `google-services.json-example` file in its place
- Now that we migrated to `git-crypt`, the `WooCommerce/google-services.json` file _always_ exists in the repo, albeit encrypted if the repo was not git-crypt-unlocked after being cloned. So the logic had to be adjusted to copy the `google-services.json-example` file if the `google-services.json` file (which always exists now) is unreadable (aka encrypted)
0 commit comments