Skip to content

Instantly share code, notes, and snippets.

View AndrewFarley's full-sized avatar

Farley Farley (yes, really) AndrewFarley

  • New Plymouth, New Zealand
View GitHub Profile
@AndrewFarley
AndrewFarley / gitlab-ci.yml
Created January 4, 2023 22:11
Gitlab CI Template example
# Include our pre-engineered Gitlab-CI Templates
include:
# This is our global base and templates, always should be included together
- project: 'devops/gitlab-ci-templates'
ref: master
file: '/base.yml'
- project: 'devops/gitlab-ci-templates'
ref: master
file: '/global-templates.yml'
- project: 'devops/gitlab-ci-templates'