diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-12-12 00:44:16 -0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-12-12 01:29:11 -0800 |
commit | bc879dd1f163b8eac3955baee5ed5792d906e98c (patch) | |
tree | c0b1aa496287cda3cca6a37fb68fa50738614ee5 /snap | |
parent | 914555b14c073e03396beaa05f2a1dc3af3b4a33 (diff) | |
download | rneovim-bc879dd1f163b8eac3955baee5ed5792d906e98c.tar.gz rneovim-bc879dd1f163b8eac3955baee5ed5792d906e98c.tar.bz2 rneovim-bc879dd1f163b8eac3955baee5ed5792d906e98c.zip |
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
Diffstat (limited to 'snap')
-rw-r--r-- | snap/snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |