Skip to content

Commit

Permalink
dist/azure-deployment-setup.yml: include submodules when checking out…
Browse files Browse the repository at this point in the history
… for deployment

This is needed to get the vendored sources. Closes #776.
  • Loading branch information
pkgw committed Jun 6, 2021
1 parent 99dabc5 commit acaf7d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/azure-deployment-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ steps:
- download: current

- checkout: self
submodules: true

- bash: |
set -xeuo pipefail
Expand Down

0 comments on commit acaf7d3

Please sign in to comment.