Skip to content
GitLab
Menu
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
c181d311
Commit
c181d311
authored
Apr 28, 2020
by
cazenave
Browse files
Merge remote-tracking branch 'origin/master'
parents
34f1b728
cc2d9aa1
Pipeline
#2189
failed with stages
in 12 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
c181d311
variables
:
GIT_SSL_NO_VERIFY
:
"
true"
DOCKER_DRIVER
:
overlay2
DOCKER_TLS_CERTDIR
:
"
"
MAVEN_OPTS
:
"
-Dmaven.repo.local=./.m2/repository"
image
:
maven:3.6.3-jdk-8
stages
:
-
build_vitamui
-
build_api
.machine
:
&runner-shell
tags
:
-
dev, shell
.machine
:
&runner-docker
tags
:
-
dev, docker
build_vitamui:dev:
stage
:
build_vitamui
only
:
-
master
<<
:
*runner-docker
script
:
-
mvn clean install -Pdev -DskipTests
artifacts
:
paths
:
-
target/
-
"
*/target"
build_security-internal:dev:
stage
:
build_api
only
:
-
master
<<
:
*runner-docker
script
:
-
cd api/api-security/security-internal
-
find . -name "*.class" -exec touch {} \+
-
mvn spring-boot:run -Dspring-boot.run.noverify
artifacts
:
paths
:
-
api/api-security/security-internal/target/
dependencies
:
-
build_vitamui:dev
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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