From 6437b622f893ed5427c4503d36b4ddc8da2d2bdf Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Fri, 17 Nov 2023 17:16:33 -0800 Subject: [PATCH] Update web-ci.yml: remove depth=1 --- 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 c649883ea0d8b..9982b36509b68 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