FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit f287cc18 authored by Dr Rich Wareham's avatar Dr Rich Wareham
Browse files

gitlab-ci: use include:template to bring in AutoDevOps

Now we're on GitLab 11.7, we can use include:template: to bring in the
default AutoDevOps template.
parent af4b6cee
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
include: include:
# Bring in the AutoDevOps template from GitLab. # Bring in the AutoDevOps template from GitLab.
# - template: Auto-DevOps.gitlab-ci.yml
# TODO: when we ship GitLab 11.7, replace this with include:template:
- 'https://gitlab.com/gitlab-org/gitlab-ee/raw/master/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml'
variables: variables:
# Disable bits of the AutoDevOps pipeline which we don't use. # Disable bits of the AutoDevOps pipeline which we don't use.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment