Skip to content

Commit

Permalink
ci: disable snapcraft temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed May 5, 2023
1 parent dfbc1b0 commit ab4e948
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,23 +122,23 @@ nfpms:
formats:
- deb
- rpm
snapcrafts:
-
id: ticker
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
replacements:
darwin: mac
publish: true
summary: Terminal stock watcher and stock position tracker
description: |
Features:
Live stock price quotes
Track value of your stock positions
Support for multiple cost basis lots
Support for pre and post market price quotes
# snapcrafts:
# -
# id: ticker
# name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
# replacements:
# darwin: mac
# publish: true
# summary: Terminal stock watcher and stock position tracker
# description: |
# Features:
# Live stock price quotes
# Track value of your stock positions
# Support for multiple cost basis lots
# Support for pre and post market price quotes

grade: stable
confinement: strict
apps:
ticker:
plugs: ["network", "home"]
# grade: stable
# confinement: strict
# apps:
# ticker:
# plugs: ["network", "home"]

0 comments on commit ab4e948

Please sign in to comment.