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
9ae71c8f
Commit
9ae71c8f
authored
Feb 07, 2019
by
Benedikt Kleinmeier
Browse files
Replaced non-existing variable "$CI_COMMIT_SHORT_SHA" by "${CI_COMMIT_SHA:0:8}".
parent
f5b35047
Pipeline
#89120
passed with stage
in 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci-templates.yml
View file @
9ae71c8f
...
...
@@ -52,5 +52,5 @@
.template_deploy_branch
:
stage
:
deploy
script
:
-
echo "scp VadereSimulator/target/vadere-console.jar di49mur@webdev-mwn.lrz.de:~/webserver/htdocs/builds/branches/vadere-console.$CI_COMMIT_REF_NAME.$CI_COMMIT_SH
ORT_SHA
.$CI_ENVIRONMENT_NAME.jar"
-
echo "scp VadereSimulator/target/vadere-console.jar di49mur@webdev-mwn.lrz.de:~/webserver/htdocs/builds/branches/vadere-console.$CI_COMMIT_REF_NAME.$
{
CI_COMMIT_SH
A:0:8}
.$CI_ENVIRONMENT_NAME.jar"
-
export
.gitlab-ci.yml
View file @
9ae71c8f
...
...
@@ -36,4 +36,4 @@ deploy_branch_on_windows:
-
windows
environment
:
name
:
windows
url
:
$VADERE_DEPLOYMENT_BASE_URL/branches/vadere-latest.$CI_COMMIT_REF_NAME.$CI_COMMIT_SH
ORT_SHA
.$CI_ENVIRONMENT_NAME.jar
url
:
$VADERE_DEPLOYMENT_BASE_URL/branches/vadere-latest.$CI_COMMIT_REF_NAME.$
{
CI_COMMIT_SH
A:0:8}
.$CI_ENVIRONMENT_NAME.jar
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