Method: Gitlab::Client::Templates#gitlab_ci_yml_templates
- Defined in:
- lib/gitlab/client/templates.rb
#gitlab_ci_yml_templates ⇒ Array<Gitlab::ObjectifiedHash>
Get all ‘gitlab_ci.yml` templates.
58 59 60 |
# File 'lib/gitlab/client/templates.rb', line 58 def gitlab_ci_yml_templates get('/templates/gitlab_ci_ymls') end |