Skip to content
Snippets Groups Projects
Commit eedcd0db authored by Achilleas Pipinellis's avatar Achilleas Pipinellis Committed by 🤖 GitLab Bot 🤖
Browse files

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

(cherry picked from commit be19a0b9)

b1eab8de Update serverless.yml for functions to include only node.js
parent 8256dba4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -158,21 +158,6 @@ Follow these steps to deploy a function using the Node.js runtime to your Knativ
description: "node.js runtime function"
environment:
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:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment