diff --git a/build.sh b/build.sh index 7dc8026d149ec83209ef56d225d2ce9043878b50..34cef8848ce9824c9fb40750754169c976d867e7 100755 --- a/build.sh +++ b/build.sh @@ -97,7 +97,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_output +./install $gpu_support -i $dependency_dir $install_options -c "$installation_dir $foward_options " 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 ;