From 4e8873768d7dfe3fdcb312ecf92ce54ffaec48f6 Mon Sep 17 00:00:00 2001 From: Matthias Krack Date: Fri, 21 Feb 2025 13:27:15 +0100 Subject: [PATCH] Reduce CI output --- ci/docker/build_cp2k_psmp.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/build_cp2k_psmp.Dockerfile b/ci/docker/build_cp2k_psmp.Dockerfile index c22787768e..1e1e996957 100644 --- a/ci/docker/build_cp2k_psmp.Dockerfile +++ b/ci/docker/build_cp2k_psmp.Dockerfile @@ -130,7 +130,7 @@ WORKDIR /opt/cp2k/build RUN /bin/bash -c -o pipefail " \ source /opt/cp2k/tools/toolchain/install/setup; \ echo -e '\nCompiling CP2K ... \c'; \ - if ninja --verbose | tee ninja.log; then \ + if ninja --verbose &> ninja.log; then \ echo -e 'done\n'; \ echo -e 'Installing CP2K ... \c'; \ if ninja --verbose install &> install.log; then \