Skip to content

Commit

Permalink
move helm docs step
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Oct 5, 2023
1 parent 6b430e2 commit 62fac79
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/release-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,6 @@ jobs:
helm lint charts/testkube-cloud-api
helm lint charts/testkube-enterprise
- name: Commit & push changes
run: |
git config --global user.name "testkube-cloud-ci-bot"
git config --global user.email "[email protected]"
git status
git add **/*Chart.yaml
git commit -m "Updating helm-chart versions"
git push
- name: Install Helm Docs
uses: envoy/[email protected]
with:
Expand All @@ -90,9 +81,11 @@ jobs:
set -ex
helm-docs
- name: Commit Helm Docs
- name: Commit & push changes
run: |
set -ex
git add .
git commit -m "Update helm docs"
git push
git config --global user.name "testkube-cloud-ci-bot"
git config --global user.email "[email protected]"
git status
git add **/*Chart.yaml **/*README.md
git commit -m "Updating helm-chart versions and README files"
git push

0 comments on commit 62fac79

Please sign in to comment.