Skip to content

Commit

Permalink
Disable snapcraft from goreleaser until we get creds
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed Aug 7, 2018
1 parent 6eb52f5 commit 8eebef6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8eebef6

Please sign in to comment.