Azure: Don't collect twice systemd_journal.log

This log file is collected by azure-run-tests.sh script and then by
Azure 'PublishPipelineArtifact' task. So, the same file gets into
logs artifact.

Fixes: https://pagure.io/freeipa/issue/8202
Signed-off-by: Stanislav Levin <slev@altlinux.org>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Stanislav Levin 2019-12-27 17:02:47 +03:00 committed by Alexander Bokovoy
parent fa104daf77
commit d3f1b9b43d

View File

@ -75,7 +75,7 @@ fi
echo "Collect the logs"
journalctl -b --no-pager > systemd_journal.log
tar --ignore-failed-read -czf var_log.tar.gz \
tar --ignore-failed-read --remove-files -czf var_log.tar.gz \
/var/log/dirsrv \
/var/log/httpd \
/var/log/ipa* \