mirror of https://github.com/docker/docs.git
CI: add quotes to circle yml
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
parent
d8de60d612
commit
ec92514207
|
|
@ -4,5 +4,5 @@ machine:
|
|||
|
||||
dependencies:
|
||||
cache_directories:
|
||||
- node_modules
|
||||
- /usr/local/Cellar
|
||||
- "node_modules"
|
||||
- "/usr/local/Cellar"
|
||||
|
|
|
|||
Loading…
Reference in New Issue