Disable CircleCI

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2020-12-20 14:13:56 +02:00
parent 27b2616330
commit 2884a80d31
2 changed files with 2 additions and 17 deletions
+2
View File
@@ -223,6 +223,8 @@ workflows:
ignore:
- gh-pages
- /^user-.*/
- github-actions
- main
- e2e-kubernetes-testing:
requires:
- build-binary
-17
View File
@@ -1,17 +0,0 @@
workflow "Publish Helm charts" {
on = "push"
resolves = ["helm-push"]
}
action "helm-lint" {
uses = "stefanprodan/gh-actions/helm@master"
args = ["lint charts/*"]
}
action "helm-push" {
needs = ["helm-lint"]
uses = "stefanprodan/gh-actions/helm-gh-pages@master"
args = ["charts/*","https://flagger.app"]
secrets = ["GITHUB_TOKEN"]
}