forked from ungleich-public/cdist
include freecode dist into dist process
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
0dd4942d96
commit
8a40ba789a
1 changed files with 3 additions and 1 deletions
4
build
4
build
|
@ -108,6 +108,8 @@ case "$1" in
|
|||
|
||||
$0 pub
|
||||
|
||||
$0 dist-freecode
|
||||
|
||||
$0 dist-post
|
||||
;;
|
||||
|
||||
|
@ -214,7 +216,7 @@ eof
|
|||
printf "Press enter to submit to freecode> "
|
||||
read dummy
|
||||
|
||||
cat << eof | cfreecode-api release cdist
|
||||
cat << eof | cfreecode-api release-add cdist
|
||||
{
|
||||
"auth_code": "$api_token",
|
||||
"release": {
|
||||
|
|
Loading…
Reference in a new issue