mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
ci: render
Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/966220261
This commit is contained in:
parent
ffda7963f9
commit
48a78e6487
1 changed files with 9 additions and 0 deletions
9
jobs/octopus.yml
Normal file
9
jobs/octopus.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.octo_package:
|
||||
image: registry.durp.info/octopusdeploy/octo:latest
|
||||
script:
|
||||
# Begin of octo-pack.sh
|
||||
- "#Package with octopus\nmkdir $CI_PROJECT_DIR/packages\nIFS=\";\"\ncount=0\nfor i in $projectname; \n do dotnet /octo/octo.dll pack --id=$i --version=$VERSION --outFolder=$CI_PROJECT_DIR/packages --basePath=$WORKDIR/$i;\n count=$(($count+1));\n done\n"
|
||||
# End of octo-pack.sh
|
||||
artifacts:
|
||||
paths:
|
||||
- $CI_PROJECT_DIR/packages
|
||||
Loading…
Add table
Add a link
Reference in a new issue