Add additional CI templates for more flexible workflows.
Include the Defaults.gitlab-ci.yml to standardize
settings and add another project reference for
enhanced release management. This improves
project consistency and maintainability across
different environments.
Removes unnecessary Docker variables and services from the CI
configuration. This streamlines the build process and reduces
complexity, improving overall maintenance and clarity.
Removes the pre-commit stage from the CI pipeline to streamline
the build process. Includes a new template for Go pre-commit
checks to enforce code quality and maintainability standards.