mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-14 02:35:41 +08:00
Fix detach script (#1684)
This commit is contained in:
parent
845a702164
commit
50333abddf
@ -41,16 +41,20 @@ main () {
|
|||||||
git clone https://github.com/wsdjeg/dein-ui.vim.git detach/$1
|
git clone https://github.com/wsdjeg/dein-ui.vim.git detach/$1
|
||||||
cd detach/$1
|
cd detach/$1
|
||||||
_checkdir autoload/SpaceVim/api
|
_checkdir autoload/SpaceVim/api
|
||||||
|
_checkdir autoload/SpaceVim/api/data
|
||||||
_checkdir autoload/SpaceVim/api/vim
|
_checkdir autoload/SpaceVim/api/vim
|
||||||
_checkdir autoload/SpaceVim/mapping
|
_checkdir autoload/SpaceVim/mapping
|
||||||
_checkdir autoload/SpaceVim/plugins
|
_checkdir autoload/SpaceVim/plugins
|
||||||
_detect autoload/SpaceVim/plugins/manager.vim
|
_detect autoload/SpaceVim/plugins/manager.vim
|
||||||
_detect autoload/SpaceVim/api.vim
|
_detect autoload/SpaceVim/api.vim
|
||||||
|
_detect autoload/SpaceVim/api/job.vim
|
||||||
|
_detect autoload/SpaceVim/api/data/list.vim
|
||||||
|
_detect autoload/SpaceVim/api/vim/compatible.vim
|
||||||
_detect LICENSE
|
_detect LICENSE
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Auto Update"
|
git commit -m "Auto Update"
|
||||||
git remote add wsdjeg_flygrep https://SpaceVimBot:${BOTSECRET}@github.com/wsdjeg/FlyGrep.vim.git
|
git remote add wsdjeg_dein_ui https://SpaceVimBot:${BOTSECRET}@github.com/wsdjeg/dein-ui.vim.git
|
||||||
git push wsdjeg_flygrep master
|
git push wsdjeg_dein_ui master
|
||||||
cd -
|
cd -
|
||||||
rm -rf detach/$1
|
rm -rf detach/$1
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user