mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
update
This commit is contained in:
parent
44af92919f
commit
358ff939b2
10 changed files with 112 additions and 2 deletions
10
scripts/octopus/pack.sh
Normal file
10
scripts/octopus/pack.sh
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
#%%MULTILINE_YAML_START
|
||||
#Package with octopus
|
||||
mkdir $CI_PROJECT_DIR/packages
|
||||
IFS=";"
|
||||
count=0
|
||||
for i in $projectname;
|
||||
do dotnet /octo/octo.dll pack --id=$i --version=$VERSION --outFolder=$CI_PROJECT_DIR/packages --basePath=$WORKDIR/$i;
|
||||
count=$(($count+1));
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue