Skip to content

Commit

Permalink
gh action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejmaciejko-gid committed Feb 28, 2024
1 parent 3877829 commit 2469663
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/helm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,15 @@ jobs:
with:
version: 'v3.7.0'

- name: Package Helm Charts
- name: Package and publish Helm Charts
run: |
mkdir -p charts
helm package -d gh-charts hive-metastore
- name: Publish Helm Charts
run: |
git fetch
git stash
git checkout bh-pages
git stash pop
helm repo index .
git add -A
git commit -m "Helm chart release"
git push

0 comments on commit 2469663

Please sign in to comment.