Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
simmstein committed Dec 1, 2022
1 parent 5fde8ed commit 0a0d4a2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .woodpecker/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,29 @@ pipeline:
- cat charts/woodpecker-agent/Chart.yaml
- cat charts/woodpecker-server/Chart.yaml
when:
<<<<<<< HEAD
path: *when_path
=======
path:
include:
- "charts/**"
- ".woodpecker/helm.yml"
>>>>>>> 0bc9f79f (tmp)

lint:
image: alpine/helm:3.5.3
commands:
- helm lint charts/woodpecker-agent/
- helm lint charts/woodpecker-server/
when:
<<<<<<< HEAD
path: *when_path
=======
path:
include:
- "charts/**"
- ".woodpecker/helm.yml"
>>>>>>> 0bc9f79f (tmp)

release:
image: quay.io/helmpack/chart-releaser:v1.4.0
Expand All @@ -42,4 +56,11 @@ pipeline:
- cd woodpecker-ci.github.io/ && cr index --owner woodpecker-ci --git-repo woodpecker-ci.github.io --pages-branch master --package-path ../.cr-release-packages --index-path ../.cr-index/index.yaml --charts-repo https://woodpecker-ci.org --push --release-name-template "helm-{{ .Name }}-{{ .Version }}"
when:
event: tag
<<<<<<< HEAD
path: *when_path
=======
path:
include:
- "charts/**"
- ".woodpecker/helm.yml"
>>>>>>> 0bc9f79f (tmp)

0 comments on commit 0a0d4a2

Please sign in to comment.