From 9364c05170d78c4516886dc91ec86afdce06ad6d Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Fri, 17 Nov 2023 22:49:03 -0800 Subject: [PATCH] Update web-ci.yml: remove depth=1 (#18500) ### Description It causes our "NPM Packaging Pipeline" to fail. ### Motivation and Context --- tools/ci_build/github/azure-pipelines/templates/web-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/web-ci.yml b/tools/ci_build/github/azure-pipelines/templates/web-ci.yml index c649883ea0..9982b36509 100644 --- a/tools/ci_build/github/azure-pipelines/templates/web-ci.yml +++ b/tools/ci_build/github/azure-pipelines/templates/web-ci.yml @@ -65,7 +65,6 @@ stages: clean: all steps: - checkout: self - fetchDepth: 1 submodules: false - script: | git submodule sync -- cmake/external/onnx