Difference between revisions of "GitLab CI include:"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
Example: | Example: | ||
include: | include: | ||
− | - [[local:]] .gitlab/variables.yml | + | - [[local:]] [[.gitlab/]]variables.yml |
- local: .gitlab/build.yaml | - local: .gitlab/build.yaml | ||
- local: .gitlab/deploy.yaml | - local: .gitlab/deploy.yaml |
Revision as of 06:26, 10 August 2022
Example:
include: - local: .gitlab/variables.yml - local: .gitlab/build.yaml - local: .gitlab/deploy.yaml
See also
gitlab-ci.yml
,job: | stage: | stages: | artifacts: | include: | script: | when: | only: | needs:
Advertising: