From 8ef54c02614883f1b60ff50d77cb0aeacd5c9d71 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Thu, 7 Apr 2022 15:57:47 +0000
Subject: [PATCH] L2ss-747: Redirect dump log output to file, as it is rather
 spammy.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 78b7ec9d8..8f2357ca9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
-- 
GitLab