From 0534e03c48371a42efb1026965e5dd62cc208b4c Mon Sep 17 00:00:00 2001 From: Tullio Sebastiani Date: Thu, 23 Feb 2023 16:28:09 +0100 Subject: [PATCH] removed useless step that was failing (#389) removed only old namespace file cat Co-authored-by: Tullio Sebastiani --- .github/workflows/functional_tests.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/functional_tests.yaml b/.github/workflows/functional_tests.yaml index 1c362266..8ada9bd6 100644 --- a/.github/workflows/functional_tests.yaml +++ b/.github/workflows/functional_tests.yaml @@ -95,8 +95,6 @@ jobs: run: | echo -e "## CI/config/common_test_config.yaml\n\n" cat CI/config/common_test_config.yaml - echo -e "## CI/scenarios/ingress_namespace.yaml\n\n" - cat CI/scenarios/ingress_namespace.yaml - name: Running test suite run: |