Skip to content

Commit 91d27f7

Browse files
committed
Updated submodule pull
1 parent 553ed8f commit 91d27f7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.azure-pipelines/common-templates/checkout.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,12 @@ steps:
3636
git checkout ${{ parameters.TargetBranch }}
3737
git pull
3838
git status
39-
39+
40+
- task: PowerShell@2
41+
displayName: "Update Git Submodules"
42+
inputs:
43+
targetType: inline
44+
script: |
45+
git submodule update --recursive --remote
46+
4047
- template: ./security-pre-checks.yml

0 commit comments

Comments
 (0)