5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-09-28 10:16:56 +00:00

fix: agregar configuración de bundler a la caché
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

(cherry picked from commit 7e43d8f332)
This commit is contained in:
f 2024-01-11 17:18:58 -03:00
parent 8f319eba6b
commit 399d904f9e
No known key found for this signature in database

View file

@ -5,6 +5,7 @@
.cache-ruby: &cache-ruby .cache-ruby: &cache-ruby
- paths: - paths:
- "vendor/ruby" - "vendor/ruby"
- ".bundle"
.cache-node: &cache-node .cache-node: &cache-node
- paths: - paths:
- "node_modules" - "node_modules"