Difference between revisions of "GitLab CI include:"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
  
  
Example:  
+
== 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:
 
  include:
 
   - [[local:]] [[.gitlab/]]variables.yml
 
   - [[local:]] [[.gitlab/]]variables.yml

Revision as of 06:27, 10 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

See also

Advertising: