Skip to content

Exit clean from command

Ritesh Raj Sarraf requested to merge wip/ritesh/clarify-return-code.master into master

Other commands may depend on the exit status of gitlab-rulez. This change returns a 0 to keep that aligned.

Without it, this breaks our CI automation. Also, there has to be a good reason otherwise, explaining why we want to return a 10 here.

rrs@priyasi:~/.../apertis-infrastructure (wip/ritesh/issues-encountered-v2023dev2.main)$ gitlab-rulez diff --filter 'infrastructure/*' gitlab-scripts/rulez-relax.yaml
8725 infrastructure/apertis-flatpak-runtime
8700 infrastructure/bdc/authz-mediator-deploy
8880 infrastructure/debcargo-conf
8533 infrastructure/authz-mediator
project infrastructure/apertis-internal-image-recipes: protected_branches: drop "apertis/*"
project infrastructure/apertis-infrastructure: protected_branches: drop "main"
computed 34 actions
☹ 😟=> 10

Signed-off-by: Ritesh Raj Sarraf ritesh.sarraf@collabora.com

Merge request reports