From 364fba8e095e65e6cb4da8a210ce8bcf10f035a9 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sat, 28 Jan 2017 22:31:44 -0800 Subject: [PATCH] Update the aws schematic to grab the submodules too --- catalog/adacore/aws.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/adacore/aws.yaml b/catalog/adacore/aws.yaml index 65f66c4..9a613d9 100644 --- a/catalog/adacore/aws.yaml +++ b/catalog/adacore/aws.yaml @@ -9,6 +9,7 @@ schematics: requirements: prepare: - "echo 'prefix = ${SCHEMATIC_INSTALL_PREFIX}' >> makefile.setup" + - 'git submodule update --init' - "make setup" build: - "make build"