Skip to content

Commit

Permalink
fixup: should point to correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
tthvo committed Sep 23, 2024
1 parent 05c7844 commit 435ecd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
chmod +x "$WRAPPER_LOCATION" && sudo mv "$WRAPPER_LOCATION" "$HELM_LOCATION"
# Export env var
echo "HELM_LOCATION=$HELM_LOCATION" >> $GITHUB_ENV
echo "HELM_LOCATION=$HELM_NEW_LOCATION" >> $GITHUB_ENV
echo "UPGRADE_STRATEGY_OVERWRITE=${{ matrix.upgrade-strategy }}" >> $GITHUB_ENV
echo "UPGRADE_FORCE=${{ matrix.upgrade-force }}" >> $GITHUB_ENV
- name: Install and test chart
Expand Down

0 comments on commit 435ecd9

Please sign in to comment.