Skip to content

Commit ed3584c

Browse files
committed
Temporarily disable bash completion in snaps
1 parent c11e4c9 commit ed3584c

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.goreleaser.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,13 @@ snapcrafts:
150150
publish: true
151151
grade: stable
152152
confinement: classic
153-
apps:
154-
chezmoi:
155-
completer: completions/chezmoi-completion.bash
153+
# FIXME on 2020-02-06 the snapcraft store was automatically rejecting
154+
# generated snaps with the message:
155+
# chezmoi-completion.bash does not exist lint-snap-v2_completer (chezmoi)
156+
# See, for example:
157+
# https://dashboard.snapcraft.io/snaps/chezmoi/revisions/123/
158+
# This might be related to the completer script being in a subdirectory.
159+
# For now, disable bash completion.
160+
# apps:
161+
# chezmoi:
162+
# completer: completions/chezmoi-completion.bash

0 commit comments

Comments
 (0)