Skip to content

Commit

Permalink
Remove unnecessary network attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Gee <richard@technologee.co.uk>
  • Loading branch information
rgee0 authored and alexellis committed May 31, 2019
1 parent e5eba95 commit 0f4514c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"x86_64": "functions/nodeinfo:latest"
},
"fprocess": "node main.js",
"network": "func_functions",
"repo_url": "https://github.com/openfaas/faas/tree/master/sample-functions/NodeInfo"
},
{
Expand All @@ -22,7 +21,6 @@
"arm64": "functions/alpine:latest-arm64"
},
"fprocess": "sha512sum",
"network": "func_functions",
"repo_url": "https://github.com/openfaas/faas/tree/master/sample-functions/AlpineFunction"
},
{
Expand All @@ -45,7 +43,6 @@
"armhf": "rgee0/certinfo:armhf",
"x86_64": "stefanprodan/certinfo"
},
"network": "func_functions",
"repo_url": "https://github.com/stefanprodan/openfaas-certinfo"
},
{
Expand Down
2 changes: 0 additions & 2 deletions store-arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"image": "functions/nodeinfo:arm64",
"name": "nodeinfo",
"fprocess": "node main.js",
"network": "func_functions",
"repo_url": "https://github.com/openfaas/faas/tree/master/sample-functions/NodeInfo"
},
{
Expand All @@ -14,7 +13,6 @@
"image": "functions/alpine:latest-arm64",
"name": "sha512sum",
"fprocess": "sha512sum",
"network": "func_functions",
"repo_url": "https://github.com/openfaas/faas/tree/master/sample-functions/AlpineFunction"
}
]
1 change: 0 additions & 1 deletion store-armhf.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"description": "Returns SSL/TLS certificate information for a given URL",
"image": "rgee0/certinfo:armhf",
"name": "certinfo",
"network": "func_functions",
"repo_url": "https://github.com/stefanprodan/openfaas-certinfo"
},
{
Expand Down

0 comments on commit 0f4514c

Please sign in to comment.