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
a575f80f
Commit
a575f80f
authored
Feb 07, 2019
by
Daniel Lehmberg
Browse files
WIP: minor
parent
8702c9b2
Pipeline
#89191
passed with stage
in 1 minute and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/ci/templates/deploy_stage_templates.yml
View file @
a575f80f
...
...
@@ -9,13 +9,10 @@
.template_deploy_branch
:
stage
:
deploy
# and folder "VadereModelTests" into one ZIP file.
# Pass GitLab CI variables (like below) to create filenames for JAR files and final ZIP file.
script
:
-
export
-
mvn clean
-
mvn -Dmaven.test.skip=true package
-
python3 -m zipfile -
c
${VADERE_PACKAGE_NAME}.zip VadereModelTests/ VadereGui/target/vadere.jar VadereSimulator/target/vadere-console.jar
-
python3 -m zipfile -
-create
${VADERE_PACKAGE_NAME}.zip VadereModelTests/ VadereGui/target/vadere.jar VadereSimulator/target/vadere-console.jar
-
scp vadere.${VADERE_PACKAGE_NAME}.zip di49mur@webdev-mwn.lrz.de:~/webserver/htdocs/builds/branches/vadere.${VADERE_PACKAGE_NAME}.zip
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