Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Chris Houm
VuhDo
Commits
90f7f864
Commit
90f7f864
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Remove leading quotation
parent
19bd6626
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
.release/release.sh
.release/release.sh
+1
-3
No files found.
.release/release.sh
View file @
90f7f864
...
...
@@ -2497,20 +2497,18 @@ if [ -z "$skip_upload" ]; then
if
[
-n
"
$addonid
"
]
;
then
_gl_payload_desc
=
"
$_gl_payload_desc
""[WoWInterface](https://www.wowinterface.com/downloads/info
$addonid
.html)"
fi
_gl_payload_desc
=
"
$_gl_payload_desc
\n
"
fi
_gl_payload
=
$(
cat
<<-
EOF
{
"tag_name": "
$tag
",
"name": "
$tag
",
"description":
"
$_gl_payload_desc
",
"description":
$_gl_payload_desc
",
"assets": {"links":[
$gitlab_assets
]}
}
EOF
)
echo
"PAYLOAD[
$gitlab_id
]:
$_gl_payload
"
echo
"Creating GitLab release: https://gitlab.vuhdo.io/
$gitlab_slug
/releases"
resultfile
=
"
$releasedir
/gl_result.json"
result
=
$(
curl
-sS
--retry
3
--retry-delay
10
\
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment