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
|
NODE_ENV: production
|
||||||
NPM_CONFIG_PRODUCTION: false
|
NPM_CONFIG_PRODUCTION: false
|
||||||
|
|
||||||
|
checkout:
|
||||||
|
post:
|
||||||
|
- git submodule sync
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
post:
|
post:
|
||||||
- pelican -v
|
- pelican -v
|
||||||
|
|
Reference in a new issue