Skip to content
Snippets Groups Projects
Commit 8ef54c02 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2ss-747: Redirect dump log output to file, as it is rather spammy.

parent 1ad461a9
No related branches found
No related tags found
1 merge request!303L2SS-747: Fix integration tests
......@@ -487,7 +487,7 @@ integration_test_docker:
echo "Saving log for container $container"
docker logs "${container}" >& "log/${container}.log"
done
PGPASSWORD=password pg_dump --host=docker --username=postgres hdb | gzip > log/archiver-timescale-dump.txt.gz
PGPASSWORD=password pg_dump --host=docker --username=postgres hdb 2>log/archiver-timescale-dump.log | gzip > log/archiver-timescale-dump.txt.gz
wheel_packaging:
stage: packaging
artifacts:
......
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