Use deep_merge when combining CI content
When combining GitLab CI YAML content, use deep_merge instead of merge to combine external files and the inline content. This merges the external files and inline content recursively, providing more options for customizing jobs loaded from external files.
Showing
Please register or sign in to comment