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
74bbb9a7
Commit
74bbb9a7
authored
Feb 07, 2019
by
Benedikt Kleinmeier
Browse files
In ".gitlab-ci.yml", use normal variable under "url".
parent
b497bb04
Pipeline
#89222
passed with stage
in 1 minute and 12 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
74bbb9a7
...
...
@@ -54,4 +54,5 @@ deploy_branch_on_windows:
-
windows
environment
:
name
:
windows
url
:
${VADERE_DEPLOYMENT_BASE_URL}/branches/${VADERE_PACKAGE_NAME}
# WATCH OUT: Variables from "variables" section are not expanded correctly here.
url
:
${VADERE_DEPLOYMENT_BASE_URL}/branches/vadere.${CI_COMMIT_REF_NAME}.${CI_ENVIRONMENT_NAME}.zip
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