Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
packaging
windows-icinga2
Commits
da91a778
Commit
da91a778
authored
Apr 04, 2019
by
Markus Frosch
Browse files
Windows is a wonderful world of CLI commands
parent
053e317a
Pipeline
#3746
failed with stage
in 9 minutes and 5 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
da91a778
...
...
@@ -13,10 +13,10 @@ variables:
tags
:
-
windows
script
:
-
del
*.msi
*.nupkg
*.nuspec
-
Remove-Item
*.msi
,
*.nupkg
,
*.nuspec
-
powershell.exe .\source.ps1
-
powershell.exe .\build.ps1
-
c
opy
icinga2\Build\Icinga*.msi
icinga2\Build\choco\*.nuspec
icinga2\Build\choco\*.nupkg .\
-
C
opy
-Item .\
icinga2\Build\Icinga*.msi
,.\
icinga2\Build\choco\*.nuspec
,.\
icinga2\Build\choco\*.nupkg .\
# TODO: rename msi to upload standard
cache
:
key
:
"
${CI_COMMIT_REF_NAME}-${CI_JOB_NAME}"
...
...
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