Commit 0ef8f80d authored by Ivaria's avatar Ivaria
Browse files

Merge branch 'master' into classic

parents 1eaebc49 65f4ee0e
......@@ -2486,14 +2486,13 @@ if [ -z "$skip_upload" ]; then
{
"tag_name": "$tag",
"name": "$tag",
"description": $( cat "$changelog_githost" | jq --slurp --raw-input '.' | awk -F '--------------------------------------------------------------' '{print $1 FS "."}' | sed -e 's/.\{63\}$//' ),
"description": $( cat "$changelog_githost" | jq --slurp --raw-input '.' | awk -F '--------------------------------------------------------------' '{print $1 FS "."}' | sed -e 's/.\{63\}$/"/' ),
"assets": {"links":[$gitlab_assets]}
}
EOF
)
echo "Creating GitLab release: https://gitlab.vuhdo.io/$gitlab_slug/releases"
echo "PAYLOAD[$gitlab_id]: $_gl_payload"
resultfile="$releasedir/gl_result.json"
result=$( curl -sS --retry 3 --retry-delay 10 \
-w "%{http_code}" -o "$resultfile" \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment