From 2bdff6f585b5865669c256ebb1b4944bec08e34a Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Mon, 16 Jan 2023 19:15:56 +0200 Subject: [PATCH] whops --- .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 62a1c0ffa3..2cd08d3d82 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -203,7 +203,7 @@ jobs: ./kail >> /tmp/output.log & ct install --config .github/ct-install-config/ct-install.yaml \ --charts library/common-test \ - --debug || ((echo "" && echo "" && echo "--===PODLOGS===--" && echo "" && cat /tmp/output.log && rm -f /tmp/output.log)) exit 1 + --debug || ((echo "" && echo "" && echo "--===PODLOGS===--" && echo "" && cat /tmp/output.log && rm -f /tmp/output.log)) && exit 1 kill $! echo "" echo ""