Capture curl output

This commit is contained in:
2017-09-02 19:21:42 +02:00
parent 00fb7f7c0f
commit 54baf3fa33

View File

@@ -39,7 +39,9 @@
- mkdir -p ~/.var/lib
- mkdir -p ~/.var/log
- mkdir -p ~/.var/run
- curl --fail --location --create-dirs --output ~/.local/share/nvim/site/autoload/plug.vim https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
- command: curl --fail --location --create-dirs --output ~/.local/share/nvim/site/autoload/plug.vim https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
stdout: true
stderr: true
- command: nvim -E +PlugInstall +qall || true
stdout: true
stderr: true