Update the aws schematic to grab the submodules too

This commit is contained in:
R. Tyler Croy 2017-01-28 22:31:44 -08:00
parent f918b743b0
commit 364fba8e09
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ schematics:
requirements:
prepare:
- "echo 'prefix = ${SCHEMATIC_INSTALL_PREFIX}' >> makefile.setup"
- 'git submodule update --init'
- "make setup"
build:
- "make build"