Add submodules for circle
This commit is contained in:
parent
8524599e38
commit
8692dbbbef
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ machine:
|
|||
NODE_ENV: production
|
||||
NPM_CONFIG_PRODUCTION: false
|
||||
|
||||
checkout:
|
||||
post:
|
||||
- git submodule sync
|
||||
- git submodule update --init --recursive
|
||||
|
||||
dependencies:
|
||||
post:
|
||||
- pelican -v
|
||||
|
|
Reference in a new issue