Skip to content

Commit

Permalink
chore: remove helm chart generation from CI (#1856)
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
  • Loading branch information
odubajDT committed Aug 8, 2023
1 parent b8d6241 commit 768b3e9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,6 @@ jobs:
path: ./helm-charts-repository
token: ${{ secrets.KEPTN_BOT_TOKEN }}

- name: Generate helm charts
env:
RELEASE_REGISTRY: ghcr.io/keptn
run: make helm-package

- name: Copy charts from klt to helm repo
run: rsync -av --delete --exclude='charts/*.tgz' ./helm/chart/ ./helm-charts-repository/charts/keptn-lifecycle-toolkit/

Expand Down

0 comments on commit 768b3e9

Please sign in to comment.