diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2019-03-01 08:09:32 +0000 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2019-03-04 21:09:39 +0800 |
commit | 085b8189c5041d08ec3476aa2390f518cbfa3fae (patch) | |
tree | 9247f23d886724042d16db50d05922c91a888925 /doc/user | |
parent | f0ba91fd833e15c6a4cdbecea88641d966a2a498 (diff) | |
download | gitlab-ce-085b8189c5041d08ec3476aa2390f518cbfa3fae.tar.gz |
Apply suggestion to doc/user/project/clusters/serverless/index.md
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/project/clusters/serverless/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/clusters/serverless/index.md b/doc/user/project/clusters/serverless/index.md index 190f5df31ec..91236fd0803 100644 --- a/doc/user/project/clusters/serverless/index.md +++ b/doc/user/project/clusters/serverless/index.md @@ -133,7 +133,7 @@ Follow these steps to deploy a function using the Node.js runtime to your Knativ You can either import it with `include` parameter and use `extends` to customize your jobs, or you can inline entire template by choosing it from "Apply a template" dropdown when editing `.gitlab-ci.yml` file through - the User Interface. + the user interface. 2. `serverless.yml`: this file contains the metadata for your functions, such as name, runtime, and environment. |