Add 'build' stage to GitLab CI pipeline
This change introduces a new 'build' stage to the CI pipeline. It sets up the pipeline for improved clarity and better stage separation, paving the way for future enhancements or steps.
This commit is contained in:
@@ -3,6 +3,7 @@ default:
|
||||
|
||||
stages:
|
||||
#- pull
|
||||
- build
|
||||
- on_commit
|
||||
- sonarcloud_scan
|
||||
|
||||
|
||||
Reference in New Issue
Block a user