Merge branch 'master' of github.com:billimek/billimek-charts

* 'master' of github.com:billimek/billimek-charts:
  remove chart pre-check step
This commit is contained in:
Jeff Billimek 2019-05-15 16:08:23 -04:00
commit 839c516811

View File

@ -5,14 +5,8 @@ workflow "Publish Helm chart" {
]
}
action "Chart.yaml changed?" {
uses = "docker://cdssnc/touched-github-action"
args = "\"{**Chart.yaml}\""
}
action "Package Helm Chart(s)" {
uses = "billimek/gh-actions/helm-gh-pages@master"
secrets = ["GITHUB_TOKEN"]
args = "[\".\",\"https://billimek.com/billimek-charts/\"]"
needs = ["Chart.yaml changed?"]
}