We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c96ef commit 60b5c5fCopy full SHA for 60b5c5f
.github/workflows/test.yml
@@ -95,7 +95,7 @@ jobs:
95
# Use chartpress to create the helm chart and build its images
96
helm dependency update ./helm-chart/binderhub
97
(cd helm-chart && chartpress)
98
- git --no-pager diff
+ git --no-pager diff --color=always
99
100
- name: Validate the chart against the k8s API
101
if: matrix.test == 'helm'
0 commit comments