mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
update
This commit is contained in:
parent
c60b97407f
commit
d8b2d168be
1 changed files with 6 additions and 6 deletions
|
|
@ -2,9 +2,9 @@
|
||||||
#%%MULTILINE_YAML_START
|
#%%MULTILINE_YAML_START
|
||||||
#Package with octopus
|
#Package with octopus
|
||||||
mkdir $CI_PROJECT_DIR/packages
|
mkdir $CI_PROJECT_DIR/packages
|
||||||
IFS=";"
|
|
||||||
count=0
|
for dir in ./output/*/;
|
||||||
for i in $projectname;
|
do dir=${dir%#/};
|
||||||
do dotnet /octo/octo.dll pack --id=$i --version=$VERSION --outFolder=$CI_PROJECT_DIR/packages --basePath=$WORKDIR/$i;
|
dir=${dir##*/};
|
||||||
count=$(($count+1));
|
dotnet /octo/octo.dll pack --id=$dir --version=$VERSION --outFolder=$CI_PROJECT_DIR/packages --basePath=$CI_PROJECT_DIR/output/$dir;
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue