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

Commit 80c88f40 authored by Mohit Mali's avatar Mohit Mali
Browse files

# Update gitlab ci

parent 34fb8cb3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,9 +51,9 @@ publish:
    - echo $CI_COMMIT_MESSAGE
    - echo https://gitlab.e.foundation/api/v4/projects/149/jobs/artifacts/$COMMIT_TAG/download?job=build
    - |
      curl --fail --output "/dev/null" --silent --show-error --write-out "HTTP response: ${http_code}\n\n" \
      curl --fail --output --trace "/dev/null" --silent --show-error --write-out "HTTP response: ${http_code}\n\n" \
      --data '{"ref": "$CI_COMMIT_SHA","tag_name": "$COMMIT_TAG",
      "name": "$COMMIT_TAG", "description": "This is a test Release",
      "name": "$COMMIT_TAG", "description": "$CI_COMMIT_MESSAGE",
      "assets": {"links": [{"name": "$COMMIT_TAG", "url": "https://gitlab.e.foundation/api/v4/projects/149/jobs/artifacts/$COMMIT_TAG/download?job=build","filepath": "play-services-core/build/outputs/apk/", "link_type":"other"}]}}' \
      --header "Content-Type: application/json" \
      --header "PRIVATE-TOKEN: dPh6x22D5jK4EJmry1rx" \