From 8617cddd8278b01e8294e32bc4fe85db78bc2637 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Mon, 16 Jan 2023 19:29:09 +0200 Subject: [PATCH] remove double parentehsis --- .github/workflows/common_library_tests.yaml | 4 ++-- .../ci/{jobs-cron-values.yaml => job-cron-values.yaml} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename library/common-test/ci/{jobs-cron-values.yaml => job-cron-values.yaml} (100%) diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index 122613631b..b94c7980cf 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -199,11 +199,11 @@ jobs: - name: Run chart-testing (install) run: | - mv -f library/common-test/runtests/${{ matrix.values }} library/common-test/values.yaml + mv -f library/common-test/runtests/${{ matrix.values }} library/common-test/ci/values.yaml ./kail --ignore-ns kube-system >> /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 "" diff --git a/library/common-test/ci/jobs-cron-values.yaml b/library/common-test/ci/job-cron-values.yaml similarity index 100% rename from library/common-test/ci/jobs-cron-values.yaml rename to library/common-test/ci/job-cron-values.yaml