mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-22 02:03:01 +02:00
Remove curl --verbose in release script.
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ twine upload -r pypi dist/borgmatic-*-py3-none-any.whl
|
||||
# Set release changelogs on projects.evoworx.org and GitHub.
|
||||
release_changelog=$(sed '/^$/q' NEWS |grep '^\s*\*')
|
||||
escaped_release_changelog=$(echo $release_changelog | sed -z 's/\n/\\n/g')
|
||||
curl --request POST --verbose \
|
||||
curl --request POST \
|
||||
"https://projects.torsion.org/api/v1/repos/witten/borgmatic/releases?access_token=$projects_token" \
|
||||
--header "Accept: application/json" \
|
||||
--header "Content-Type: application/json" \
|
||||
|
||||
Reference in New Issue
Block a user