Commit 20671894 authored by Evan Read's avatar Evan Read

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

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

See merge request gitlab-org/gitlab!27592
parents c8a5781b 46be97c0
...@@ -245,7 +245,7 @@ project): ...@@ -245,7 +245,7 @@ project):
```yaml ```yaml
include: include:
template: Serverless.gitlab-ci.yml - template: Serverless.gitlab-ci.yml
functions:build: functions:build:
extends: .serverless:build:functions extends: .serverless:build:functions
...@@ -462,7 +462,7 @@ Add the following `.gitlab-ci.yml` to the root of your repository ...@@ -462,7 +462,7 @@ Add the following `.gitlab-ci.yml` to the root of your repository
```yaml ```yaml
include: include:
template: Serverless.gitlab-ci.yml - template: Serverless.gitlab-ci.yml
build: build:
extends: .serverless:build:image 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