Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f4f4863 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

.gitlab-ci.yml - enhancement

parent 93e467cc
Loading
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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