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

Commit a56505f4 authored by Mohit Mali's avatar Mohit Mali
Browse files

Update .gitlab-ci.yml

parent f048bb22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ build:
    - tags
    - |
      curl --fail --output "/dev/null" --silent --show-error --write-out "HTTP response: ${http_code}\n\n" \
        --data "{\"ref\": \"$CI_COMMIT_SHA\",\"tag_name\": \"$CI_COMMIT_TAG\", \"name\": \"$CI_COMMIT_TAG\", \"description\": \"No release notes\",\"assets\": {\"links\": [{\"name\": \"test-3-tag\", \"url\": \"https://gitlab.e.foundation/e/apps/$CI_PROJECT_TITLE/-/jobs/$CI_JOB_ID/", \"filepath\": \"artifacts/file/play-services-core/build/outputs/apk/release/play-services-core-release-unsigned.apk", \"link_type\":\"other\"}]}}" \
        --data "{\"ref\": \"$CI_COMMIT_SHA\",\"tag_name\": \"$CI_COMMIT_TAG\", \"name\": \"$CI_COMMIT_TAG\", \"description\": \"No release notes\"}" \
        --header "Content-Type: application/json" \
        --header "PRIVATE-TOKEN: SdnrNQPUfEb9No6wg6tY" \
        --request POST \