Commit e00fa275 authored by Jay Clark's avatar Jay Clark Committed by Marcel Amirault

Correct typo in CI_PIPELINE_SOURCE string comparison

parent caf147b5
...@@ -777,7 +777,7 @@ job1: ...@@ -777,7 +777,7 @@ job1:
- echo - echo
rules: rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_PIPELINE_SOURCE == "scheduled" - if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_PIPELINE_SOURCE == "push" - if: $CI_PIPELINE_SOURCE == "push"
when: never when: never
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment