Skip to content

Commit

Permalink
Update web-ci.yml: remove depth=1 (#18500)
Browse files Browse the repository at this point in the history
### Description
It causes our "NPM Packaging Pipeline" to fail.


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
  • Loading branch information
snnn authored Nov 18, 2023
1 parent 34c5424 commit 9364c05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/ci_build/github/azure-pipelines/templates/web-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ stages:
clean: all
steps:
- checkout: self
fetchDepth: 1
submodules: false
- script: |
git submodule sync -- cmake/external/onnx
Expand Down

0 comments on commit 9364c05

Please sign in to comment.