Skip to content

Commit

Permalink
one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibocai committed Aug 21, 2024
1 parent dda6432 commit cb26143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions eng/ci/official-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ trigger:
branches:
include:
- main

steps:
- checkout: self
submodules: true

# CI only, does not trigger on PRs.
pr: none
Expand Down
2 changes: 2 additions & 0 deletions eng/templates/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
# The list of components can't be determined from the webpacked file in the staging dir, so reference the original node_modules folder
sbomBuildComponentPath: "$(Build.SourcesDirectory)/node_modules"
steps:
- checkout: self
submodules: true
- task: NodeTool@0
inputs:
versionSpec: 20.x
Expand Down

0 comments on commit cb26143

Please sign in to comment.