Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
b497bb04
Commit
b497bb04
authored
Feb 07, 2019
by
Benedikt Kleinmeier
Browse files
In ".gitlab-ci.yml", fixed "url" in environment section.
parent
1a76d958
Pipeline
#89218
passed with stage
in 1 minute and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b497bb04
...
...
@@ -45,7 +45,7 @@ deploy_branch_on_linux:
-
linux
environment
:
name
:
linux
url
:
${VADERE_DEPLOYMENT_BASE_URL}/branches/
vadere-console.${CI_COMMIT_REF_NAME}.${CI_COMMIT_SHA}.${CI_ENVIRONMENT
_NAME}
"
url
:
${VADERE_DEPLOYMENT_BASE_URL}/branches/
${VADERE_PACKAGE
_NAME}
# Jobs for Windows runner (which is labelled with tag "windows")
deploy_branch_on_windows
:
...
...
@@ -54,4 +54,4 @@ deploy_branch_on_windows:
-
windows
environment
:
name
:
windows
url
:
${VADERE_DEPLOYMENT_BASE_URL}/branches/
vadere-console.${CI_COMMIT_REF_NAME}.${CI_COMMIT_SHA}.${CI_ENVIRONMENT
_NAME}
"
url
:
${VADERE_DEPLOYMENT_BASE_URL}/branches/
${VADERE_PACKAGE
_NAME}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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