Skip to content
Snippets Groups Projects
Commit 65546beb authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Fix get_logs.sh docker logs output"

parents 4163f0f5 923813ac
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ copy_logs() {
(docker info && docker images && docker ps -a) > ${LOG_DIR}/system_logs/docker-info.txt
for container in $(docker ps -a --format "{{.Names}}"); do
docker logs --tail all ${container} > ${LOG_DIR}/docker_logs/${container}.txt
docker logs --tail all ${container} &> ${LOG_DIR}/docker_logs/${container}.txt
done
# Bifrost: grab config files and logs from the container.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment