diff --git a/.buildkite/pipeline-master.yml b/.buildkite/pipeline-master.yml index 6c3cc92e632..2ce8e85b26a 100644 --- a/.buildkite/pipeline-master.yml +++ b/.buildkite/pipeline-master.yml @@ -24,8 +24,7 @@ steps: queue: "workers" docker: "*" command: "./scripts/buildkite/golint.sh" - artifact_paths: - - ".build/golint/*.out" + artifact_paths: [] retry: automatic: limit: 1 diff --git a/.buildkite/pipeline-pull-request.yml b/.buildkite/pipeline-pull-request.yml index e5022fa4dc0..4728f20392b 100644 --- a/.buildkite/pipeline-pull-request.yml +++ b/.buildkite/pipeline-pull-request.yml @@ -24,8 +24,7 @@ steps: queue: "workers" docker: "*" command: "./scripts/buildkite/golint.sh" - artifact_paths: - - ".build/golint/*.out" + artifact_paths: [] retry: automatic: limit: 1 diff --git a/idls b/idls index fda89e95df1..b8700886ba4 160000 --- a/idls +++ b/idls @@ -1 +1 @@ -Subproject commit fda89e95df1e90544644a9dfa47a6d0867b532a7 +Subproject commit b8700886ba4557b2710d93a98b47183150723ef9