From 220e52a51f05994970ca88f5a68c8002c08719ba Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Sat, 16 May 2020 01:29:15 +0200 Subject: [PATCH] Dumping install output to file --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e7dd7fbe4..6ed4dcd05 100755 --- a/build.sh +++ b/build.sh @@ -98,7 +98,7 @@ fi echo "Installing with: ./install $gpu_support -i $dependency_dir $install_options -c \"$installation_dir $foward_options \" " -./install $gpu_support -i $dependency_dir $install_options -c "$installation_dir $foward_options " +./install $gpu_support -i $dependency_dir $install_options -c "$installation_dir $foward_options " &>install_output if [ $? -ne 0 ]; then curl -X POST --data "payload={\"icon_emoji\": \":jenkins:\", \"username\": \"jenkins\" , \"attachments\":[{ \"title\":\"Error:\", \"color\": \"#FF0000\", \"text\":\"$hostname failed to complete the openfpm_pdata test \" }] }" https://hooks.slack.com/services/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 exit 1 ; -- GitLab