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
Create a hash of your patches before loading/saving your cache. If using a Linux machine, run `md5sum patches/* > patches.hash`. If running on a macOS machine, use `md5 patches/* > patches.hash`
84
+
```yaml
85
+
- run:
86
+
name: patch-package hash
87
+
command: md5sum patches/* > patches.hash
88
+
```
89
+
90
+
Then, update your hash key to include a checksum of that file:
0 commit comments