Skip to content

Commit d54b1c0

Browse files
fix: remove debug flag from ct install
Signed-off-by: Overcooked Panda <overcookedpanda@blinklabs.io>
1 parent 5afd542 commit d54b1c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/helmchart-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
- name: Run chart-testing (install)
4545
if: steps.list-changed.outputs.changed == 'true'
4646
run: |
47-
ct install --debug --target-branch ${{ github.event.repository.default_branch }}
47+
ct install --target-branch ${{ github.event.repository.default_branch }}
4848
4949

0 commit comments

Comments
 (0)