Skip to content

Draft: POC Fix update_template rake task

João Alexandre Cunha requested to merge fix/update-templates-rake-task into master

What does this MR do and why?

Fix update_template rake task

Praefect does not create .git files anymore. See internal discussion.

So this MR changes the URL to connect through http(s):// instead of file://.

For this, the user will have to specify GL_USERNAME and GL_PASSWORD to execute the rake task. For example,

GL_USERNAME=root GL_PASSWORD="5iveL!fe" bundle exec rake gitlab:update_project_templates\[cluster_management\]

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by João Alexandre Cunha

Merge request reports