ci: render

Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/966220261
This commit is contained in:
2023-08-13 15:14:59 +00:00
parent ffda7963f9
commit 48a78e6487

9
jobs/octopus.yml Normal file
View 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