From 8eebef6e870d10e7949a85d09ca489d5a7a5b94c Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Tue, 7 Aug 2018 22:50:05 +0900 Subject: [PATCH] Disable snapcraft from goreleaser until we get creds --- .goreleaser.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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