Commit be19a0b9 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-serverless-yml-update' into 'master'

Update serverless.yml for functions to include only node.js

See merge request gitlab-org/gitlab-ce!27466
parents d66eda3f b1eab8de
...@@ -158,21 +158,6 @@ Follow these steps to deploy a function using the Node.js runtime to your Knativ ...@@ -158,21 +158,6 @@ Follow these steps to deploy a function using the Node.js runtime to your Knativ
description: "node.js runtime function" description: "node.js runtime function"
environment: environment:
MY_FUNCTION: echo-js MY_FUNCTION: echo-js
echo-rb:
handler: MyEcho.my_function
source: ./echo-rb
runtime: https://gitlab.com/gitlab-org/serverless/runtimes/ruby
description: "Ruby runtime function"
environment:
MY_FUNCTION: echo-rb
echo-docker:
handler: echo-docker
source: ./echo-docker
description: "Dockerfile runtime function"
environment:
MY_FUNCTION: echo-docker
``` ```
Explanation of the fields used above: Explanation of the fields used above:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment