mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Caching npm, bower, node directories
This commit is contained in:
parent
ac40b5690d
commit
5e1e746d5b
1 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,9 @@ cache:
|
|||
- .spark-dist
|
||||
- ${HOME}/.m2
|
||||
- ${HOME}/R
|
||||
- .node_modules
|
||||
- zeppelin-web/node
|
||||
- zeppelin-web/node_modules
|
||||
- zeppelin-web/bower_components
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
|
|
|||
Loading…
Reference in a new issue