mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
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? ref49849745f1
refd9ab83d057
ref #11482
This commit is contained in:
parent
914555b14c
commit
bc879dd1f1
@ -188,6 +188,12 @@ jobs:
|
|||||||
script: ci/snap/deploy.sh
|
script: ci/snap/deploy.sh
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
allow_failures:
|
||||||
|
- env:
|
||||||
|
- LC_ALL: C.UTF-8
|
||||||
|
- LANG: C.UTF-8
|
||||||
|
- SNAPCRAFT_ENABLE_SILENT_REPORT: y
|
||||||
|
- SNAPCRAFT_ENABLE_DEVELOPER_DEBUG: y
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
before_install: ci/before_install.sh
|
before_install: ci/before_install.sh
|
||||||
|
@ -12,7 +12,7 @@ description: |
|
|||||||
For lots more details, see the wiki!
|
For lots more details, see the wiki!
|
||||||
|
|
||||||
grade: stable # must be 'stable' to release into candidate/stable channels
|
grade: stable # must be 'stable' to release into candidate/stable channels
|
||||||
confinement: classic
|
confinement: devmode
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
nvim:
|
nvim:
|
||||||
|
Loading…
Reference in New Issue
Block a user