mirror of
https://github.com/truenas/charts.git
synced 2026-06-16 23:19:15 +08:00
remove double parentehsis
This commit is contained in:
4
.github/workflows/common_library_tests.yaml
vendored
4
.github/workflows/common_library_tests.yaml
vendored
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user