Loading .gitlab-ci.yml +3 −4 Original line number Diff line number Diff line Loading @@ -91,7 +91,6 @@ create-release: EOF - cat data.json - | curl --header 'Content-Type: application/json' --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \ --data $(printf "'%s'" $(jq -c . data.json | sed 's/"/\\"/g')) \ --request POST https://gitlab.e.foundation/api/v4/projects/$PROJECT_ID/releases No newline at end of file curl --header 'Content-Type: application/json' --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \ --request POST https://gitlab.e.foundation/api/v4/projects/$PROJECT_ID/releases \ --data $(printf "'%s'" $(jq -c . data.json | sed 's/"/\\"/g')) No newline at end of file Loading
.gitlab-ci.yml +3 −4 Original line number Diff line number Diff line Loading @@ -91,7 +91,6 @@ create-release: EOF - cat data.json - | curl --header 'Content-Type: application/json' --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \ --data $(printf "'%s'" $(jq -c . data.json | sed 's/"/\\"/g')) \ --request POST https://gitlab.e.foundation/api/v4/projects/$PROJECT_ID/releases No newline at end of file curl --header 'Content-Type: application/json' --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \ --request POST https://gitlab.e.foundation/api/v4/projects/$PROJECT_ID/releases \ --data $(printf "'%s'" $(jq -c . data.json | sed 's/"/\\"/g')) No newline at end of file