Skip to content
Snippets Groups Projects
Commit 5f96375e authored by Christos Tsolakis's avatar Christos Tsolakis
Browse files

ci: Add Dummy job to ensure there is always a successful job.

Add a job that always exists and succeeds so that we pass the robot check when
all jobs are skipped due to the new rule.
parent eac4a6b7
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,23 @@ stages:
# Linux
## Dummy
# A job that always succeeds so that we pass the robot check when all jobs are
# skipped due to certain rules
dummy:build:
stage: build
extends:
- .linux_builder_tags
rules:
- if: '$CI_MERGE_REQUEST_ID'
when: on_success
- if: '$CI_PROJECT_PATH == "vtk/vtk"'
when: on_success
- when: never
script:
- echo "dummy"
## Basic builds
el7-mindeps-python-qt5:build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment