Difference between revisions of "GitLab CI include:"

From wikieduonline
Jump to navigation Jump to search
Line 16: Line 16:
 
== Related ==
 
== Related ==
 
* [[GitLab templates]]
 
* [[GitLab templates]]
 +
 +
== News ==
 +
* Conditional includes https://about.gitlab.com/releases/2021/11/22/gitlab-14-5-released/#conditional-includes-with-exists-keyword
  
 
== See also ==
 
== See also ==

Revision as of 05:06, 17 August 2022


Examples

include:
 - remote: 'https://gitlab.com/awesome-project/raw/main/.before-script-template.yml'
 - local: '/templates/.after-script-template.yml'
 - template: Auto-DevOps.gitlab-ci.yml
include:
  - local: .gitlab/variables.yml
  - local: .gitlab/build.yaml
  - local: .gitlab/deploy.yaml

Related

News

See also

Advertising: