Skip to content

Commit

Permalink
fix step
Browse files Browse the repository at this point in the history
  • Loading branch information
fcjack committed Jan 14, 2025
1 parent db654e9 commit 595620a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-diff-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
HELM_DIFF_USE_UPGRADE_DRY_RUN: true
run: |
helm diff upgrade loki-release -f production/helm/loki/scenarios/default-single-binary-values.yaml production/helm/loki > helm_diff_output.txt
helm diff upgrade loki-release -f production/helm/loki/scenarios/default-single-binary-values.yaml production/helm/loki | tee helm_diff_output.txt
- name: Parse Helm Diff Output
id: parse_diff
Expand Down

0 comments on commit 595620a

Please sign in to comment.