Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
vadere
vadere
Commits
563dc306
Commit
563dc306
authored
Feb 07, 2019
by
Benedikt Kleinmeier
Browse files
In ".gitlab-ci.yml", use "include: .gitlab/ci/jobs/windows_jobs.yml".
parent
d22eb222
Pipeline
#89207
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
563dc306
...
...
@@ -34,12 +34,4 @@ include: .gitlab/ci/templates/deploy_stage_templates.yml
# Job Definitions
# Watch out: "include: .gitlab/ci/windows_jobs.yml" does not work!
# Seems a bug in GitLab's "include" statement.
deploy_branch_on_windows
:
extends
:
.template_deploy_branch
tags
:
-
windows
environment
:
name
:
windows
url
:
${VADERE_DEPLOYMENT_BASE_URL}/branches/vadere-console.${CI_COMMIT_REF_NAME}.${CI_COMMIT_SHA}.${CI_ENVIRONMENT_NAME}.jar"
include
:
.gitlab/ci/jobs/windows_jobs.yml
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