diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yaml index 53735df689141a4a29632dce72255e83b565a146..399aa239a4d604229953305c499d2264a526b1cb 100644 --- a/.gitlab-ci.yaml +++ b/.gitlab-ci.yaml @@ -409,6 +409,7 @@ sync-e2e-benchmark: when: always paths: - hivemind-sync.log + - hivemind-server.log - pg-stats - hive-sync-runner-id.txt - tavern_benchmarks_report.html diff --git a/scripts/ci/hive-server.sh b/scripts/ci/hive-server.sh index 03ceca8a442640c8b17713020aed677be04dc590..96ce0766e4f4641ddd0cebf0253cd1ed5a4b1974 100755 --- a/scripts/ci/hive-server.sh +++ b/scripts/ci/hive-server.sh @@ -65,8 +65,8 @@ start() { --pid-file hive_server.pid \ --http-server-port ${RUNNER_HIVEMIND_SERVER_HTTP_PORT} \ --steemd-url "${RUNNER_HIVED_URL}" \ - --database-url "${DATABASE_URL}" 2>&1 \ - | tee -ia hivemind-server.log & + --database-url "${DATABASE_URL}" \ + > hivemind-server.log 2>&1 & HIVEMIND_PID=$!