this post was submitted on 07 Aug 2024
5 points (85.7% liked)
gitlab
98 readers
8 users here now
Discussion surrounding the Gitlab product (both CE and EE.)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I skimmed it and I am not grokking how it is different than their current automation.
Current implementations would be shell(sh/pwsh/...) command run defined in yaml.
The proposed implementation will allow you to break down your pipeline into composable steps and reuse github actions within the same build job. Without this, you will have to use DIND to run these steps.