diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2019-03-01 08:10:06 +0000 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2019-03-04 21:09:39 +0800 |
commit | f4c87aa3b21b8cdead7a6b6acdebcbb0eff9bd55 (patch) | |
tree | 44e3e39ccb74890fbbb5e0cf4bc20ece31ac7ab2 /doc/user | |
parent | e2a5d369b54c42ca6e600f21dce31a5c595aedcc (diff) | |
download | gitlab-ce-f4c87aa3b21b8cdead7a6b6acdebcbb0eff9bd55.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 03119c0db48..438e2beb059 100644 --- a/doc/user/project/clusters/serverless/index.md +++ b/doc/user/project/clusters/serverless/index.md @@ -131,7 +131,7 @@ Follow these steps to deploy a function using the Node.js runtime to your Knativ `Serverless.gitlab-ci.yml` is a template that allows customization. You can either import it with `include` parameter and use `extends` to - customize your jobs, or you can inline entire template by choosing it + customize your jobs, or you can inline the entire template by choosing it from **Apply a template** dropdown when editing the `.gitlab-ci.yml` file through the user interface. |