Commit be5c217
committed
Fix lint job
- 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 encrypted1 parent 64af453 commit be5c217
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
500 | 502 | | |
501 | 503 | | |
502 | 504 | | |
503 | 505 | | |
504 | | - | |
| 506 | + | |
505 | 507 | | |
506 | 508 | | |
507 | 509 | | |
| |||
514 | 516 | | |
515 | 517 | | |
516 | 518 | | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
517 | 526 | | |
518 | 527 | | |
519 | 528 | | |
| |||
0 commit comments