forked from 2009Scape/Server
Added gitlab rule for running pipelines in MRs
This commit is contained in:
parent
459b360897
commit
d9245b8aee
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@ variables:
|
|||
|
||||
image: maven:3-openjdk-11-slim
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
|
||||
before_script:
|
||||
- free -mh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue