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
44af92919f
commit
358ff939b2
10 changed files with 112 additions and 2 deletions
6
scripts/octopus/create_release.sh
Normal file
6
scripts/octopus/create_release.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
#%%MULTILINE_YAML_START
|
||||
#Octopus Create Release
|
||||
dotnet /octo/octo.dll create-release --project="$octoproject" --releaseNumber=$VERSION --server=https://octopus.internal.durp.info/ --apiKey=$OCTOAPI --packagesFolder=$CI_PROJECT_DIR/packages
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue