From 3dc39ac50a83e876e5e34ce1e2c7e15e1dcbe9c7 Mon Sep 17 00:00:00 2001 From: Nate Ferrell Date: Sun, 8 Sep 2019 15:46:46 -0500 Subject: [PATCH] testing submodule pull in Azure Pipelines for resource documentation #61 #62 --- .gitmodules | 3 +++ azure-pipelines.yml | 2 ++ ci/aws-cloudformation-user-guide | 1 + 3 files changed, 6 insertions(+) create mode 100644 .gitmodules create mode 160000 ci/aws-cloudformation-user-guide diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..d3761db2f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ci/aws-cloudformation-user-guide"] + path = ci/aws-cloudformation-user-guide + url = https://github.com/awsdocs/aws-cloudformation-user-guide.git diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d5e206ccb..644540b80 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,6 +19,8 @@ phases: name: Hosted VS2017 steps: + - checkout: self + submodules: true - powershell: . ./build.ps1 displayName: Compile PowerShell Module diff --git a/ci/aws-cloudformation-user-guide b/ci/aws-cloudformation-user-guide new file mode 160000 index 000000000..586817c58 --- /dev/null +++ b/ci/aws-cloudformation-user-guide @@ -0,0 +1 @@ +Subproject commit 586817c5846fa7ecd2b776d5bf0d352558e1ce5e