Skip to content

Remove Rails from CI templates and fix LaTeX spelling

Nicolas Dular requested to merge nicolasdular/fix-rails-ci-cd-template-link into master

What does this MR do?

Fixes: #330699 (closed)

For the pipeline-empty-state experiment, we rendered the list of CI-templates as an experiment to easily start with CI/CD in GitLab.

This MR fixes two issues:

  1. There is no CI template for Rails, therefore we remove it in the list of available templates
  2. Fixes the spelling of Latex to LaTeX, which also fixes the wrong link to its template

Changelog not required because it's behind a feature flag.

How to test locally

Note: If the following does not work, try to restart the gdk to make sure no feature flag was cached.

  • echo 'Feature.enable(:pipeline_empty_state_templates)' | bin/rails c
  • Create or go to a project without a .gitlab-ci.yml
  • Disabled "Default to Auto DevOps pipeline" in the CI/CD settings of your project (http://localhost:3000/<group_name>/<project_name>/-/settings/ci_cd
  • Go to CI/CD -> Pipelines (http://localhost:3000/<group_name>/<project_name>/-/pipelines

Screenshots (strongly suggested)

Screen_Shot_2021-05-12_at_16.23.15

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Mayra Cabrera

Merge request reports