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
02d771f9
Commit
02d771f9
authored
Apr 27, 2020
by
cazenave
Browse files
Update .gitlab-ci.yml
parent
7a0b8dde
Pipeline
#2174
failed with stage
in 1 minute and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
02d771f9
...
...
@@ -21,8 +21,22 @@ build_vitamui:dev:
image
:
maven:3.6.3-jdk-8
stage
:
build_java
only
:
-
master
-
develop
<<
:
*runner-docker
script
:
-
mvn clean install -Pdev -DskipTests
build_api:dev:
image
:
maven:3.6.3-jdk-8
stage
:
build_java
only
:
-
master
<<
:
*runner-docker
script
:
-
cd api/api-security/security-internal
-
mvn spring-boot:run -Dspring-boot.run.noverify
artifacts
:
paths
:
-
api/api-security/security-internal/target/
dependencies
:
[]
Write
Preview
Supports
Markdown
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