Skip to content
Snippets Groups Projects
Commit 33ee3edb authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'remove-verbose-curl' into 'main'

Remove verbose log from release script

See merge request components/opentofu!214
parents 37b47b2c 2741d745
Branches
Tags
No related merge requests found
...@@ -32,7 +32,6 @@ echo "Using commit '${last_stable_version_sha}' to start the changelog from ..." ...@@ -32,7 +32,6 @@ echo "Using commit '${last_stable_version_sha}' to start the changelog from ..."
echo "Creating changelog ..." echo "Creating changelog ..."
curl \ curl \
--verbose \
--fail-with-body \ --fail-with-body \
--request POST \ --request POST \
--header "PRIVATE-TOKEN: ${GITLAB_TOKEN}" \ --header "PRIVATE-TOKEN: ${GITLAB_TOKEN}" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment