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

Update .gitlab-ci.yml

parent 9fdc5249
No related branches found
No related tags found
No related merge requests found
Pipeline #218615 failed
......@@ -7,11 +7,13 @@
stages:
- build
- docker
- windows
- linux
masterJobLinux:
stage: build
stage: linux
image: maven:3-jdk-8
before_script:
- apt update
......@@ -33,7 +35,7 @@ masterJobLinux:
- install/rmi-model-server.jar
masterJobWindows:
stage: build
stage: windows
script:
- mvn -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B clean install --settings settings.xml
tags:
......@@ -42,7 +44,7 @@ masterJobWindows:
- master
BranchJobLinux:
stage: build
stage: linux
image: maven:3-jdk-8
before_script:
- apt update
......
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