dist/azure-deployment-setup.yml: include submodules when checking out for deployment

This is needed to get the vendored sources. Closes #776.
This commit is contained in:
Peter Williams 2021-06-06 19:14:27 -04:00
parent 99dabc521a
commit acaf7d33ca
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ steps:
- download: current
- checkout: self
submodules: true
- bash: |
set -xeuo pipefail