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
6085005a
Commit
6085005a
authored
Feb 07, 2019
by
Benedikt Kleinmeier
Browse files
Fixed errors in ".gitlab-ci.yml".
parent
8b6fac3c
Pipeline
#89139
passed with stage
in 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6085005a
...
...
@@ -29,7 +29,8 @@ include: .gitlab/ci/templates/deploy_stage_templates.yml
# include: .gitlab/ci/templates/test_stage_templates.yml
# Job Definitions
# Jobs for Windows runner (which is labelled with tag "windows")
## Jobs for Windows runner (which is labelled with tag "windows")
deploy_branch_on_windows
:
extends
:
.template_deploy_branch
tags
:
...
...
.gitlab/ci/jobs/windows_jobs.yml
deleted
100644 → 0
View file @
8b6fac3c
# Jobs for Windows runner (which is labelled with tag "windows")
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: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