This commit is contained in:
Xavier Pillons 2020-05-12 11:49:27 +02:00
Родитель 776946a001
Коммит ef39a9c6ea
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -1,5 +1,4 @@
#!/bin/bash
set -e
PROJECT_DIR=$1
show_logs=${AZHPC_SHOW_LOGS,,}
if [ "$SYSTEM_DEBUG" = "true" ]; then
@ -79,9 +78,7 @@ if [[ "$return_code" -ne "0" ]] || [[ "$show_logs" == "true" ]]; then
echo "============"
echo ""
cat $tmp_dir/install/*.log
set +e
grep -A4 "\[FAILURE\]" $tmp_dir/install/*.log
set -e
fi
if [ "$return_code" -ne "0" ]; then
exit $return_code