Support stable CI component directory structure.
As of GitLab 16.3 a single component was allowed at /template.yml
. As of 16.5, that is no longer supported.
We support both the 16.3 and 16.5 directory structure in this MR.
Unfortunately, due to GitLab CI components not supporting symlinks we must copy the content between templates/bazelisk.yml
and bazelisk/template.yml
.
Once this instance upgrades past 16.3, we can delete the bazelisk/template.yml
.
Edited by Matthew Clarkson