diff --git a/.goreleaser.yml b/.goreleaser.yml index c4e15f35b..a51188bf3 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,16 +9,16 @@ archive: - goos: windows format: zip -snapcraft: - name: circleci - summary: "Run local CI builds and validate configuration." - description: | - The CircleCI Local CLI allows you to run builds on your local machine as if they were running within CircleCI. This allows quick interation over small changes and easier debugging of issues. The Local CLI can also validate your CircleCI configuration file. - grade: stable - confinement: strict - apps: - circleci: - plugs: [docker] +#snapcraft: +# name: circleci +# summary: "Run local CI builds and validate configuration." +# description: | +# The CircleCI Local CLI allows you to run builds on your local machine as if they were running within CircleCI. This allows quick interation over small changes and easier debugging of issues. The Local CLI can also validate your CircleCI configuration file. +# grade: stable +# confinement: strict +# apps: +# circleci: +# plugs: [docker] builds: - binary: circleci