mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:10:06 +08:00
ci(cheat): update detach_plugin script
This commit is contained in:
parent
4446ad9663
commit
3964e89992
@ -267,6 +267,27 @@ EOT
|
||||
rm -rf detach/$1
|
||||
exit 0
|
||||
;;
|
||||
vim-cheat)
|
||||
git clone https://github.com/wsdjeg/vim-cheat.git detach/$1
|
||||
cd detach/$1
|
||||
_checkdir plugin/
|
||||
_checkdir autoload/
|
||||
_detact LICENSE
|
||||
_detact_bundle vim-cheat autoload/cheat.vim
|
||||
_detact_bundle vim-cheat plugin/cheat.vim
|
||||
_detact_bundle vim-cheat README.md
|
||||
_detact_bundle vim-cheat .travis.yml
|
||||
_detact_bundle vim-cheat .vintrc.yaml
|
||||
git add .
|
||||
git config user.email "wsdjeg@qq.com"
|
||||
git config user.name "SpaceVimBot"
|
||||
git commit -m "Auto Update"
|
||||
git remote add wsdjeg_vim_chat https://SpaceVimBot:${BOTSECRET}@github.com/wsdjeg/vim-chat.git
|
||||
git push wsdjeg_vim_chat master
|
||||
cd -
|
||||
rm -rf detach/$1
|
||||
exit 0
|
||||
;;
|
||||
scrollbar.vim)
|
||||
git clone https://github.com/wsdjeg/scrollbar.vim.git detach/$1
|
||||
cd detach/$1
|
||||
|
2
.github/workflows/async.yml
vendored
2
.github/workflows/async.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
detachPlugin: ["flygrep", "dein-ui", "vim-todo", "iedit", "scrollbar.vim", "vim-chat"]
|
||||
detachPlugin: ["flygrep", "dein-ui", "vim-todo", "iedit", "scrollbar.vim", "vim-chat", "vim-cheat"]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user