Skip to content

Commit

Permalink
Add .gitlab-ci.yml extension
Browse files Browse the repository at this point in the history
Besides the main `.gitlab-ci.yml` file, templates are commonly named `<name>.gitlab-ci.yml`, which requires a separate entry in `file_extensions`.

See also the documentation: https://docs.gitlab.com/ee/ci/examples/#cicd-templates
  • Loading branch information
FichteFoll committed May 15, 2024
1 parent 00c4f67 commit 13d0f3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gitlab CICD.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ extends: Packages/YamlPipelines/YamlPipeline.sublime-syntax

file_extensions:
- .gitlab-ci.yml
- gitlab-ci.yml

variables:
global_keywords: |-
Expand Down

0 comments on commit 13d0f3c

Please sign in to comment.