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

[CODE] removed unnecessary output and blank lines

parent b3dd5930
No related branches found
No related tags found
No related merge requests found
...@@ -18,10 +18,6 @@ while read -r line; do ...@@ -18,10 +18,6 @@ while read -r line; do
DESCRIPTION="${DESCRIPTION}${line}\n"; DESCRIPTION="${DESCRIPTION}${line}\n";
done < "${DESCRIPTION_FILE_PATH}" done < "${DESCRIPTION_FILE_PATH}"
echo $DESCRIPTION
curl --request POST\ curl --request POST\
--header 'Content-Type: application/json'\ --header 'Content-Type: application/json'\
--header "Private-Token: ${PRIVATE_TOKEN}"\ --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