From a8db12777d28a80846909b4be4ece1b2acd17ae0 Mon Sep 17 00:00:00 2001 From: Amanda Tarafa Mas Date: Mon, 22 Apr 2024 12:13:05 -0700 Subject: [PATCH] chore: Skip generation of Integrations V1. This is failing for the same reasons as Integration V1Alpha was failing before. It's alreayd beeing looked at internally. --- .kokoro/autorelease.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.kokoro/autorelease.sh b/.kokoro/autorelease.sh index a6d03dcc1d..6ba78b7ffa 100644 --- a/.kokoro/autorelease.sh +++ b/.kokoro/autorelease.sh @@ -58,6 +58,7 @@ rm -f DiscoveryJson/contentwarehouse_v1.json # b/299569133 method.request.type instead of method.request.$ref # type is not a supported field in method.request. rm -f DiscoveryJson/integrations_v1alpha.json +rm -f DiscoveryJson/integrations_v1.json # b/299567447 method.request.type instead of method.request.$ref # type is not a supported field in method.request. rm -f DiscoveryJson/datalineage_v1.json