mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
8 lines
164 B
YAML
8 lines
164 B
YAML
|
|
.octo_package:
|
||
|
|
image: registry.durp.info/octopusdeploy/octo:latest
|
||
|
|
script:
|
||
|
|
- ./scripts/octo-pack.sh
|
||
|
|
artifacts:
|
||
|
|
paths:
|
||
|
|
- $CI_PROJECT_DIR/packages
|