feat(ci): add defaults CI template to improve pipeline setup #78
Reference in New Issue
Block a user
Delete Branch "feat(ci)-add-defaults-ci-template"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds the Defaults.gitlab-ci.yml to the CI configuration, allowing for
a more standardized setup across projects. This change enhances
efficiency by leveraging shared configurations, reducing the need for
duplicate settings in individual pipeline files.