mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 22:41:41 +00:00
fix: agregar configuración de bundler a la caché
This commit is contained in:
parent
1fbfd30017
commit
7e43d8f332
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