Merge branch 'docs-serverless-template' into 'master'

Fix serverless.yml template indentation

See merge request gitlab-org/gitlab-ce!24548
This commit is contained in:
Evan Read 2019-01-23 03:39:02 +00:00
commit 3b10de4b51
1 changed files with 3 additions and 3 deletions

View File

@ -121,9 +121,9 @@ In order to deploy functions to your Knative instance, the following files must
runtime: https://gitlab.com/triggermesh/runtimes/raw/master/nodejs.yaml
description: "echo function using node.js runtime"
buildargs:
- DIRECTORY=echo
environment:
FUNCTION: echo
- DIRECTORY=echo
environment:
FUNCTION: echo
```