Commit 46be97c0 authored by Steve Azzopardi's avatar Steve Azzopardi

Fix example `.gitlab-ci.yml` for serverless

`include` requires a list so we need to have the `-` for yaml parsing to
be correct.
parent 2b4277ac
......@@ -245,7 +245,7 @@ project):
```yaml
include:
template: Serverless.gitlab-ci.yml
- template: Serverless.gitlab-ci.yml
functions:build:
extends: .serverless:build:functions
......@@ -462,7 +462,7 @@ Add the following `.gitlab-ci.yml` to the root of your repository
```yaml
include:
template: Serverless.gitlab-ci.yml
- template: Serverless.gitlab-ci.yml
build:
extends: .serverless:build:image
......
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