Skip to content

Commit 738827b

Browse files
committed
Work CI-CD
- Fix checkout: doesn't recusively update submodules anymore. ***NO_CI***
1 parent 1547d10 commit 738827b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
# need this here in order to persist GitHub credentials, do a shallow fetch AND init submodules
102102
- checkout: self
103103
persistCredentials: true
104-
submodules: recursive
104+
submodules: true
105105

106106
- script: |
107107
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)