diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-11-30 14:36:56 -0800 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2019-11-30 15:18:48 -0800 |
| commit | 49849745f171bf512e722172225ecf4d201ace25 (patch) | |
| tree | 6b7837807692b11f912db6b0ce1481d6087f2c7e /snap | |
| parent | f700170197819209e70369af7108ace83216b0ea (diff) | |
| download | rneovim-49849745f171bf512e722172225ecf4d201ace25.tar.gz rneovim-49849745f171bf512e722172225ecf4d201ace25.tar.bz2 rneovim-49849745f171bf512e722172225ecf4d201ace25.zip | |
snap: disable job until we are approved
We are waiting for snapcraft.io to review/approve us for "classic" mode.
reverts 1f684cf80a0026848f5d64794dfca05654a9f66a
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 218fdcf649..da3e74d3e7 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: devmode +confinement: classic apps: nvim: |