Skip to content
Snippets Groups Projects
Commit 2886c16a authored by Martin Beseda's avatar Martin Beseda
Browse files

[CODE] removed unnecessary output and blank lines

parent ac33603e
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,6 @@ while read -r line; do
DESCRIPTION="${DESCRIPTION}${line}\n";
done < "${DESCRIPTION_FILE_PATH}"
echo $DESCRIPTION
curl --request POST\
--header 'Content-Type: application/json'\
--header "Private-Token: ${PRIVATE_TOKEN}"\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment