From 54baf3fa33c0a2dab394389099260d2017f7c301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 2 Sep 2017 19:21:42 +0200 Subject: [PATCH] Capture curl output --- install.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.yml b/install.yml index 641174c..0d2da28 100644 --- a/install.yml +++ b/install.yml @@ -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