mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-09 08:41:32 -05:00
ci: render
Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/1080619092
This commit is contained in:
parent
32bf3c878d
commit
91a91cd876
4 changed files with 36 additions and 4 deletions
|
|
@ -1,9 +1,15 @@
|
|||
.octo_package:
|
||||
image: registry.durp.info/octopusdeploy/octo:latest
|
||||
script:
|
||||
# Begin of octo-pack.sh
|
||||
# Begin of 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
|
||||
# End of pack.sh
|
||||
artifacts:
|
||||
paths:
|
||||
- $CI_PROJECT_DIR/packages
|
||||
.octo_release:
|
||||
image: registry.durp.info/octopusdeploy/octo:latest
|
||||
script:
|
||||
# Begin of 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 pack.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue