From bc879dd1f163b8eac3955baee5ed5792d906e98c Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 12 Dec 2019 00:44:16 -0800 Subject: snap: allow job failure This thing still fails with "need manual review" error. Try devmode (again)--since we got approved once, maybe it works now? ref 49849745f171 ref d9ab83d057e1 ref #11482 --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snap') diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index da3e74d3e7..218fdcf649 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -12,7 +12,7 @@ description: | For lots more details, see the wiki! grade: stable # must be 'stable' to release into candidate/stable channels -confinement: classic +confinement: devmode apps: nvim: -- cgit