Skip to content

Commit 3dbd20f

Browse files
committed
Did a submodule sync
1 parent f430eee commit 3dbd20f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ steps:
4343
targetType: inline
4444
script: |
4545
git pull --recurse-submodules
46-
git submodule update --init --recursive --remote
46+
git submodule sync
4747
4848
- template: ./security-pre-checks.yml

.gitmodules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
path = autorest.powershell
33
url = https://github.com/microsoftgraph/autorest.powershell
44
branch = powershell-v2
5-
fetch = refs/remotes/origin/powershell-v2

0 commit comments

Comments
 (0)