Skip to content

Commit

Permalink
Checkout submodules in azure build
Browse files Browse the repository at this point in the history
  • Loading branch information
pahans committed Oct 16, 2019
1 parent 3ea78c2 commit e260cdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
variables:
GRADLE_USER_HOME: $(Pipeline.Workspace)/.gradle
steps:
- checkout: self
submodules: true
- task: NodeTool@0
inputs:
versionSpec: '8.12.0'
Expand Down

0 comments on commit e260cdf

Please sign in to comment.