appending all passed arguments to another command

curl.w req -H "PRIVATE-TOKEN: $GITLAB_TOKEN" -X DELETE https://gitlab.selectiont.com/api/v4/projects/$id
"PRIVATE-TOKEN: $GITLAB_TOKEN"

this will cause problems because of the double quotes

this fixes it

Leave a Reply

Your email address will not be published.