Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
074e51da
Commit
074e51da
authored
Feb 07, 2019
by
Benedikt Kleinmeier
Browse files
In ".gitlab/ci/templates/deploy_stage_templates.yml", use "mvn -Dmaven.test.skip=true package".
parent
6085005a
Pipeline
#89141
passed with stage
in 1 minute and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/ci/templates/deploy_stage_templates.yml
View file @
074e51da
...
...
@@ -15,7 +15,7 @@
# Pass GitLab CI variables (like below) to create filenames for JAR files and final ZIP file.
script
:
-
mvn clean
-
mvn package
-
mvn
-Dmaven.test.skip=true
package
-
scp VadereSimulator/target/vadere-console.jar di49mur@webdev-mwn.lrz.de:~/webserver/htdocs/builds/branches/vadere-console.${CI_COMMIT_REF_NAME}.${CI_COMMIT_SHA:0:8}.${CI_ENVIRONMENT_NAME}.jar
when
:
manual
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