remove double parentehsis

This commit is contained in:
Stavros kois
2023-01-16 19:29:09 +02:00
parent da2be952f4
commit 8617cddd82
2 changed files with 2 additions and 2 deletions

View File

@@ -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 ""