Skip to content

Commit fe3ccb7

Browse files
committed
Debug helm install
1 parent 61c05d3 commit fe3ccb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Install Helm
3939
run: |
40-
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
40+
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | DEBUG=true bash
4141
4242
- name: Verify Helm installation
4343
run: helm version
@@ -65,4 +65,4 @@ jobs:
6565
- name: Check Helm release status
6666
run: |
6767
helm status test-chart --namespace netbird
68-
68+

0 commit comments

Comments
 (0)