Added gitlab rule for running pipelines in MRs
This commit is contained in:
@@ -8,6 +8,10 @@ variables:
|
|||||||
|
|
||||||
image: maven:3-openjdk-11-slim
|
image: maven:3-openjdk-11-slim
|
||||||
|
|
||||||
|
workflow:
|
||||||
|
rules:
|
||||||
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- free -mh
|
- free -mh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user