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
8baca46c
Commit
8baca46c
authored
Apr 27, 2020
by
cazenave
Browse files
Update .gitlab-ci.yml
parent
c23c875f
Pipeline
#2184
canceled with stages
in 6 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8baca46c
...
...
@@ -4,6 +4,10 @@ variables:
DOCKER_TLS_CERTDIR
:
"
"
MAVEN_OPTS
:
"
-Dmaven.repo.local=./.m2/repository"
cache
:
paths
:
-
./.m2/repository/
stages
:
-
build_vitamui
-
build_api
...
...
@@ -26,7 +30,7 @@ build_vitamui:dev:
-
mvn clean install -Pdev -DskipTests
artifacts
:
paths
:
-
$(pwd)
/target
-
"
*
/target
"
build_security-internal:dev:
image
:
maven:3.6.3-jdk-8
...
...
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