Skip to content
Snippets Groups Projects
Commit 7c540d1f authored by Evgeny Kusmenko's avatar Evgeny Kusmenko
Browse files

Update .gitlab-ci.yml

parent 08039fcb
No related branches found
No related tags found
No related merge requests found
Pipeline #218633 failed
......@@ -7,8 +7,8 @@
stages:
- docker
- windows
- docker
- linux
......@@ -30,9 +30,7 @@ masterJobLinux:
- mvn package sonar:sonar -s settings.xml
only:
- master
artifacts:
paths:
- install/rmi-model-server.jar
masterJobWindows:
stage: windows
......@@ -42,6 +40,9 @@ masterJobWindows:
- Windows10
only:
- master
artifacts:
paths:
- install/rmi-model-server.jar
BranchJobLinux:
stage: linux
......
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