Skip to content

Commit

Permalink
Fix: --force-color does not work if the output device is not a TTY
Browse files Browse the repository at this point in the history
  • Loading branch information
bokysan committed Sep 29, 2023
1 parent 4ec5ee3 commit ee7908d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helm/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ for i in `${FIND} -maxdepth 1 -type f -name test\*yml | sort`; do
-v "${SCRIPT_DIR}/fixtures:/fixtures" \
-v "${SCRIPT_DIR}/schemas:/schemas" \
garethr/kubeval \
--force-color \
--additional-schema-locations file:///schemas \
fixtures/demo.yaml
done

0 comments on commit ee7908d

Please sign in to comment.