From b2c235c46dbd92d2935c5b69e3a41ad71f3df3c5 Mon Sep 17 00:00:00 2001 From: Leonard Gram Date: Mon, 20 Jan 2020 09:26:27 +0100 Subject: [PATCH] Build: enables deployment of enterprise msi (#21607) --- scripts/build/release_publisher/main.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/build/release_publisher/main.go b/scripts/build/release_publisher/main.go index 29418bede51..a16627ec785 100644 --- a/scripts/build/release_publisher/main.go +++ b/scripts/build/release_publisher/main.go @@ -44,14 +44,6 @@ func main() { if enterprise { product = "grafana-enterprise" baseURL = createBaseURL(archiveProviderRoot, "enterprise", product, nightly) - var err error - buildArtifacts, err = filterBuildArtifacts(completeBuildArtifactConfigurations, Remove, []artifactFilter{ - {os: "win-installer", arch: "amd64"}, - }) - - if err != nil { - log.Fatalf("Could not filter to the selected build artifacts, err=%v", err) - } } else { product = "grafana"