Skip to content
Snippets Groups Projects
Commit 0c4a3f63 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

gitlab-ci: fix indentation for the `dummy` job

parent 4b354e85
No related branches found
No related tags found
No related merge requests found
......@@ -44,15 +44,15 @@ stages:
dummy:build:
stage: build
extends:
- .linux_builder_tags
- .linux_builder_tags
rules:
- if: '$CI_MERGE_REQUEST_ID'
when: on_success
- if: '$CI_PROJECT_PATH == "vtk/vtk"'
when: on_success
- when: never
- if: '$CI_MERGE_REQUEST_ID'
when: on_success
- if: '$CI_PROJECT_PATH == "vtk/vtk"'
when: on_success
- when: never
script:
- echo "dummy"
- echo "dummy"
## Basic builds
......
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