Merge "Capture rabbitmq config files in CI"
This commit is contained in:
commit
dc272f4dd5
@ -85,7 +85,10 @@ if which journalctl &> /dev/null; then
|
|||||||
sudo journalctl --no-pager > $LOG_DIR/syslog.txt
|
sudo journalctl --no-pager > $LOG_DIR/syslog.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# rabbitmq logs
|
# rabbitmq
|
||||||
|
if [ -d /etc/rabbitmq ]; then
|
||||||
|
sudo cp -r /etc/rabbitmq $LOG_DIR/etc/
|
||||||
|
fi
|
||||||
if [ -d /var/log/rabbitmq ]; then
|
if [ -d /var/log/rabbitmq ]; then
|
||||||
sudo cp -r /var/log/rabbitmq $LOG_DIR
|
sudo cp -r /var/log/rabbitmq $LOG_DIR
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user