mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
update
This commit is contained in:
parent
44af92919f
commit
358ff939b2
10 changed files with 112 additions and 2 deletions
4
templates/gitlab.tpl.yml
Normal file
4
templates/gitlab.tpl.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.gitlab-move-files:
|
||||
image: registry.durp.info/debian:latest
|
||||
script:
|
||||
- ./scripts/gitlab/movefiles.sh
|
||||
4
templates/nuget.tpl.yml
Normal file
4
templates/nuget.tpl.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.nuget_push:
|
||||
image: registry.durp.info/dotnet/core/sdk:latest
|
||||
script:
|
||||
- ./scripts/nuget/push.sh
|
||||
|
|
@ -1,7 +1,12 @@
|
|||
.octo_package:
|
||||
image: registry.durp.info/octopusdeploy/octo:latest
|
||||
script:
|
||||
- ./scripts/octo-pack.sh
|
||||
- ./scripts/octopus/pack.sh
|
||||
artifacts:
|
||||
paths:
|
||||
- $CI_PROJECT_DIR/packages
|
||||
|
||||
.octo_release:
|
||||
image: registry.durp.info/octopusdeploy/octo:latest
|
||||
script:
|
||||
- ./scripts/octopus/pack.sh
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
variables:
|
||||
GIT_DEPTH: "0"
|
||||
script:
|
||||
- ./scripts/version-number.sh
|
||||
- ./scripts/gitversion/version.sh
|
||||
artifacts:
|
||||
reports:
|
||||
dotenv: version.env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue