mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
fa104daf77
commit
d3f1b9b43d
@ -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* \
|
||||
|
Loading…
Reference in New Issue
Block a user