From 41498bd8ef20bbeee8f273db5e1c39683434d05c Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Mon, 22 Oct 2018 16:24:30 -0700 Subject: [PATCH] fix(node): remove store_artifact for windows builds --- .../node_library/.kokoro/presubmit/windows/common.cfg | 7 ------- 1 file changed, 7 deletions(-) diff --git a/synthtool/gcp/templates/node_library/.kokoro/presubmit/windows/common.cfg b/synthtool/gcp/templates/node_library/.kokoro/presubmit/windows/common.cfg index 7320db792..d6e25e0b1 100644 --- a/synthtool/gcp/templates/node_library/.kokoro/presubmit/windows/common.cfg +++ b/synthtool/gcp/templates/node_library/.kokoro/presubmit/windows/common.cfg @@ -1,9 +1,2 @@ # Format: //devtools/kokoro/config/proto/build.proto -# Build logs will be here -action { - define_artifacts { - regex: "**/*sponge_log.xml" - } -} -