Cache .yarn-cache directory
This commit is contained in:
parent
726aa2291d
commit
41e170d0bc
|
@ -9,6 +9,7 @@ branches:
|
|||
cache:
|
||||
directories:
|
||||
- $HOME/.composer/cache
|
||||
- $HOME/.yarn-cache
|
||||
|
||||
before_install:
|
||||
- openssl aes-256-cbc -K $encrypted_01701315b81b_key -iv $encrypted_01701315b81b_iv -in deploy_key.enc -out deploy_key -d
|
||||
|
|
Reference in a new issue