Skip to content

Commit

Permalink
chore(plugins): remove local-openfaas provider
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

Projects that reference the `local-openfaas` provider need to change
to the `openfaas` provider. The two are compatible, so that should
just be a simple string replacement.
  • Loading branch information
edvald authored and eysi09 committed Dec 9, 2019
1 parent 03c15f1 commit 9acda7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
26 changes: 0 additions & 26 deletions garden-service/src/plugins/openfaas/local.ts

This file was deleted.

1 change: 0 additions & 1 deletion garden-service/src/plugins/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const builtinPlugins = [
require("./kubernetes/local/local"),
require("./npm-package"),
require("./google/google-app-engine"),
require("./openfaas/local"),
require("./openfaas/openfaas"),
require("./maven-container/maven-container"),
require("./terraform/terraform"),
Expand Down

0 comments on commit 9acda7d

Please sign in to comment.