Files
prplMesh/.gitlab-ci.yml
Maarten De Decker 4177f31a5b CI: prevent nightly jobs from running in merge trains
Due to Gitlab CI changes, non-defined variables expanded to its variable name in the platform child pipeline.
The CI checks the existence of some CI variable contents in order to run nightly test jobs in a pipeline.
Expanding this non-defined variable meant failure for merge trains, since these nightly jobs are not meant to always run.

Solution: change the check for non-defined variables in nightly jobs

Signed-off-by: Maarten De Decker <maarten.dedecker@mind.be>
2025-11-19 13:26:31 +01:00

7.9 KiB