ci: show timestamp from docker compose logs

This commit is contained in:
Zaiming (Stone) Shi 2022-12-29 10:56:14 +01:00
parent 9f346b44ee
commit e69e016e54
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ else
LOG='_build/test/logs/docker-compose.log'
echo "Dumping docker-compose log to $LOG"
# shellcheck disable=2086 # no quotes for F_OPTIONS
docker-compose $F_OPTIONS logs --no-color > "$LOG"
docker-compose $F_OPTIONS logs --no-color --timestamps > "$LOG"
fi
if [ "$KEEP_UP" != 'yes' ]; then
# shellcheck disable=2086 # no quotes for F_OPTIONS