mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 05:30:05 +08:00
Fixup
This commit is contained in:
parent
43eba7895a
commit
afd94396be
@ -7,14 +7,14 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ] ; then
|
|||||||
docker run -it --rm \
|
docker run -it --rm \
|
||||||
-v $PWD/.ci:/.ci \
|
-v $PWD/.ci:/.ci \
|
||||||
-v $PWD/build:/build \
|
-v $PWD/build:/build \
|
||||||
spacevim/vims neovim-stable -u .ci/common/github_commenter.vim
|
spacevim/vims neovim-stable -u /.ci/common/github_commenter.vim
|
||||||
elif [ "$LINT" = "vint-errors" ] ; then
|
elif [ "$LINT" = "vint-errors" ] ; then
|
||||||
VIMLINT_LOG=""
|
VIMLINT_LOG=""
|
||||||
git clone https://github.com/wsdjeg/GitHub.vim.git build/GitHub.vim
|
git clone https://github.com/wsdjeg/GitHub.vim.git build/GitHub.vim
|
||||||
docker run -it --rm \
|
docker run -it --rm \
|
||||||
-v $PWD/.ci:/.ci \
|
-v $PWD/.ci:/.ci \
|
||||||
-v $PWD/build:/build \
|
-v $PWD/build:/build \
|
||||||
spacevim/vims neovim-stable -u .ci/common/github_commenter.vim
|
spacevim/vims neovim-stable -u /.ci/common/github_commenter.vim
|
||||||
elif [ "$LINT" = "vader" ] ; then
|
elif [ "$LINT" = "vader" ] ; then
|
||||||
echo ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user