Skip to content

Commit b49654c

Browse files
authored
Try checkout submodule (microsoft#57)
* remove submodule checkout * one more try
1 parent 4ef70a1 commit b49654c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

eng/ci/official-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ trigger:
1212
branches:
1313
include:
1414
- main
15-
16-
steps:
17-
- checkout: self
18-
submodules: true
1915

2016
# CI only, does not trigger on PRs.
2117
pr: none

eng/templates/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
# The list of components can't be determined from the webpacked file in the staging dir, so reference the original node_modules folder
1111
sbomBuildComponentPath: "$(Build.SourcesDirectory)/node_modules"
1212
steps:
13+
- checkout: self
14+
submodules: true
1315
- task: NodeTool@0
1416
inputs:
1517
versionSpec: 20.x

0 commit comments

Comments
 (0)