Chore: Remove unused config fields (#60393)

Remove unused config fields
pull/60519/head
Dimitris Sotirakis 3 years ago committed by GitHub
parent bc3d1fdd2a
commit 02fbb1cd8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkg/build/config/config.go

@ -9,12 +9,10 @@ type Config struct {
GPGPassPath string
GPGPrivateKey string
GPGPublicKey string
GCPKeyFile string
NumWorkers int
GitHubUser string
GitHubToken string
PullEnterprise bool
NetworkConcurrency bool
PackageVersion string
SignPackages bool
}

Loading…
Cancel
Save