mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
- /pipelines/terraform.yml - /templates/codescan.tpl.yml - /templates/docker.tpl.yml - /templates/gitlab.tpl.yml - /templates/golang.tpl.yml - /templates/helm.tpl.yml - /templates/nuget.tpl.yml - /templates/octopus.tpl.yml - /templates/sonarqube.tpl.yml - /templates/version.tpl.yml
12 lines
290 B
YAML
12 lines
290 B
YAML
.octo_package:
|
|
image: registry.durp.info/octopusdeploy/octo:latest
|
|
script:
|
|
- ./scripts/octopus/pack.sh
|
|
artifacts:
|
|
paths:
|
|
- $CI_PROJECT_DIR/packages
|
|
|
|
.octo_release:
|
|
image: registry.durp.info/octopusdeploy/octo:latest
|
|
script:
|
|
- ./scripts/octopus/create_release.sh
|