mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 23:41:42 +00:00
fix: agregar configuración de bundler a la caché
This commit is contained in:
parent
1ede2af465
commit
24120bfd90
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue