Skip to content
Snippets Groups Projects
Commit 8c546ca2 authored by Griefed's avatar Griefed :joystick:
Browse files

Update .gitlab-ci.yml file

parent 586dd37f
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,14 @@ stages:
- Release
- Build Release
workflow:
rules:
- if: '$CI_MERGE_REQUEST_EVENT_TYPE == "detached"'
when: never
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never
- when: always
Gradle Test:
image: griefed/baseimage-ubuntu-jdk-8:2.0.11
stage: Gradle Test
......
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