Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
sarah.grebing
ProofScriptParser
Commits
7d9ffb72
Commit
7d9ffb72
authored
May 01, 2017
by
alexander.weigl
🐼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
ca5c474a
Pipeline
#10125
failed with stage
in 1 minute and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
12 deletions
+7
-12
.gitlab-ci.yml
.gitlab-ci.yml
+7
-12
No files found.
.gitlab-ci.yml
View file @
7d9ffb72
...
...
@@ -7,17 +7,12 @@ build:
test
:
dependencies
:
-
build
script
:
"
mvn
test
-B"
package
:
dependencies
:
-
test
script
:
"
mvn
package
-DskiptTests=true
-B"
doc
:
dependencies
:
-
test
script
:
"
mvn
site:site
-DskiptTests=true
-B"
\ No newline at end of file
deploy
:
script
:
-
"
mvn
package
site:site
-DskiptTests=true
-B"
artifacts
:
paths
:
-
target/*jar
-
target/site/*
\ No newline at end of file
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