From a9406bb075fef31bc54c90ea03e74f70ce5ca632 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Mon, 16 Jan 2023 19:46:43 +0200 Subject: [PATCH] hmm --- .github/workflows/common_library_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index c9f53c42d4..556c399183 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -201,7 +201,7 @@ jobs: --charts library/common-test \ --debug || (echo -e "\n\n\n--===PODLOGS===--\n\n\n" && \ cat /tmp/output.log && \ - rm -f /tmp/output.log) && exit 1 + rm -f /tmp/output.log && exit 1) kill $! echo -e "\n\n\n--===PODLOGS===--\n\n\n"