Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cazenave
Pastis Vitamui
Commits
ff0f8257
Commit
ff0f8257
authored
Apr 26, 2020
by
cazenave
Browse files
Ajout de .gitlab-ci.yml
parent
c09efac0
Pipeline
#2172
passed with stage
in 23 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
ff0f8257
variables
:
GIT_SSL_NO_VERIFY
:
"
true"
DOCKER_DRIVER
:
overlay2
DOCKER_TLS_CERTDIR
:
"
"
MAVEN_OPTS
:
"
-Dmaven.repo.local=./.m2/repository"
stages
:
-
build_java
.machine
:
&runner-shell
tags
:
-
dev, shell
.machine
:
&runner-docker
tags
:
-
dev, docker
build_api:dev:
image
:
maven:3.6.3-jdk-8
stage
:
build_java
only
:
-
master
<<
:
*runner-docker
script
:
-
mvn clean install -Pdev -DskipTests
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment