Skip to content

Commit 3ba226d

Browse files
committed
Remove update submodule step that is failing in AzureDevops pipeline
1 parent f6a6369 commit 3ba226d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,4 @@ steps:
3737
git pull
3838
git status
3939
40-
- task: PowerShell@2
41-
displayName: "Update Git Submodules"
42-
inputs:
43-
targetType: inline
44-
script: |
45-
git submodule update --remote
46-
4740
- template: ./security-pre-checks.yml

0 commit comments

Comments
 (0)