ci: show timestamp from docker compose logs
This commit is contained in:
parent
9f346b44ee
commit
e69e016e54
|
@ -197,7 +197,7 @@ else
|
||||||
LOG='_build/test/logs/docker-compose.log'
|
LOG='_build/test/logs/docker-compose.log'
|
||||||
echo "Dumping docker-compose log to $LOG"
|
echo "Dumping docker-compose log to $LOG"
|
||||||
# shellcheck disable=2086 # no quotes for F_OPTIONS
|
# 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
|
fi
|
||||||
if [ "$KEEP_UP" != 'yes' ]; then
|
if [ "$KEEP_UP" != 'yes' ]; then
|
||||||
# shellcheck disable=2086 # no quotes for F_OPTIONS
|
# shellcheck disable=2086 # no quotes for F_OPTIONS
|
||||||
|
|
Loading…
Reference in New Issue