Skip to content

Commit

Permalink
Remove duplicated steps (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten authored Sep 2, 2023
1 parent 765d164 commit b79f38e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .woodpecker/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,6 @@ when:
- event: pull_request

steps:
lint:
image: alpine/helm:latest
commands:
- helm lint --with-subcharts

test-chart:
image: quay.io/helmpack/chart-testing
commands:
- git fetch origin main --unshallow --no-tags
- git branch main origin/main || true
- ct list-changed --config ct.yaml
- ct lint --config ct.yaml

pack-chart:
image: quay.io/helmpack/chart-releaser:v1.5.0
commands:
Expand Down

0 comments on commit b79f38e

Please sign in to comment.