Skip to content

Fix HEAD ref on some templates

Caleb Cooper requested to merge calebcooper-fix-HEAD-ref-templates into master

What does this MR do and why?

Four templates (middleman, tencent_serverless_framework, learn_gitlab_ultimate, and cluster_management) were missing the HEAD ref. This prevented them from being successfully cloned and when projects were made using these templates they could break backups in some cases.

This MR adds the HEAD ref back to the templates' bundles.

Screenshots or screen recordings

To see the problem, download a template, untar it, cd into the directory, run git clone project.bundle.

Result:

Cloning into 'cluster_management'...
Receiving objects: 100% (48/48), 12.25 KiB | 12.25 MiB/s, done.
Resolving deltas: 100% (4/4), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

How to set up and validate locally

MR acceptance checklist

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

Merge request reports

Loading