Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Oct 5, 2023
1 parent 1ac31f2 commit 994c60e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ jobs:
#get Enterprise version
enterprise_chart_version=$(./scripts/update.sh -c testkube-enterprise --print-chart-version)
echo "New testkube-enterprise chart version is $enterprise_chart_version" >> $GITHUB_STEP_SUMMARY
- name: Lint Helm charts for safety
run: |
helm lint charts/testkube-cloud-ui
helm lint charts/testkube-cloud-api
helm lint charts/testkube-enterprise
#
# - name: Lint Helm charts for safety
# run: |
# helm lint charts/testkube-cloud-ui
# helm lint charts/testkube-cloud-api
# helm lint charts/testkube-enterprise

- name: Commit & push changes
run: |
Expand Down

0 comments on commit 994c60e

Please sign in to comment.