Skip to content

Commit f4b5190

Browse files
committed
fix: configure submodule LFS from package repo
1 parent 0df34ed commit f4b5190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ stages:
155155
- script: |
156156
set -euo pipefail
157157
node configureGitLfsUrl.js "$(repoDir)"
158-
git submodule foreach --recursive 'node "$(Build.SourcesDirectory)/configureGitLfsUrl.js" "."'
158+
git -C "$(repoDir)" submodule foreach --recursive 'node "$(Build.SourcesDirectory)/configureGitLfsUrl.js" "."'
159159
displayName: "Configure Git LFS transport"
160160
condition: eq(variables['packageSourceMode'], 'git')
161161
env:

0 commit comments

Comments
 (0)