mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 20:30:05 +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
|
rm -rf detach/$1
|
||||||
exit 0
|
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)
|
scrollbar.vim)
|
||||||
git clone https://github.com/wsdjeg/scrollbar.vim.git detach/$1
|
git clone https://github.com/wsdjeg/scrollbar.vim.git detach/$1
|
||||||
cd detach/$1
|
cd detach/$1
|
||||||
|
2
.github/workflows/async.yml
vendored
2
.github/workflows/async.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user