update
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user