Loading .gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -46,6 +46,6 @@ publish: script: script: - | - | curl --header 'Content-Type: application/json' --header "JOB-TOKEN: $CI_JOB_ID" \ curl --header 'Content-Type: application/json' --header "JOB-TOKEN: $CI_JOB_ID" \ --data '{ "name": "$CI_COMMIT_TAG", "tag_name": "$CI_COMMIT_TAG", "description": "$CI_COMMIT_MESSAGE", "assets": { "links": [{ "name": "$CI_COMMIT_TAG", "url": "https://gitlab.e.foundation/api/v4/projects/149/jobs/artifacts/$CI_COMMIT_TAG/raw//play-services-core/build/outputs/apk/release/play-services-core-release.apk?job=build", "filepath": "/play-services-core/build/outputs/apk", "link_type":"other" }] } }' \ --data '{ "ref":"$CI_COMMIT_SHA","name": "$CI_COMMIT_TAG", "tag_name": "$CI_COMMIT_TAG", "description": "$CI_COMMIT_MESSAGE", "assets": { "links": [{ "name": "$CI_COMMIT_TAG", "url": "https://gitlab.e.foundation/api/v4/projects/149/jobs/artifacts/$CI_COMMIT_TAG/raw//play-services-core/build/outputs/apk/release/play-services-core-release.apk?job=build", "filepath": "/play-services-core/build/outputs/apk", "link_type":"other" }] } }' \ --request POST https://gitlab.e.foundation/api/v4/projects/${CI_PROJECT_ID}/releases --request POST https://gitlab.e.foundation/api/v4/projects/${CI_PROJECT_ID}/releases Loading
.gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -46,6 +46,6 @@ publish: script: script: - | - | curl --header 'Content-Type: application/json' --header "JOB-TOKEN: $CI_JOB_ID" \ curl --header 'Content-Type: application/json' --header "JOB-TOKEN: $CI_JOB_ID" \ --data '{ "name": "$CI_COMMIT_TAG", "tag_name": "$CI_COMMIT_TAG", "description": "$CI_COMMIT_MESSAGE", "assets": { "links": [{ "name": "$CI_COMMIT_TAG", "url": "https://gitlab.e.foundation/api/v4/projects/149/jobs/artifacts/$CI_COMMIT_TAG/raw//play-services-core/build/outputs/apk/release/play-services-core-release.apk?job=build", "filepath": "/play-services-core/build/outputs/apk", "link_type":"other" }] } }' \ --data '{ "ref":"$CI_COMMIT_SHA","name": "$CI_COMMIT_TAG", "tag_name": "$CI_COMMIT_TAG", "description": "$CI_COMMIT_MESSAGE", "assets": { "links": [{ "name": "$CI_COMMIT_TAG", "url": "https://gitlab.e.foundation/api/v4/projects/149/jobs/artifacts/$CI_COMMIT_TAG/raw//play-services-core/build/outputs/apk/release/play-services-core-release.apk?job=build", "filepath": "/play-services-core/build/outputs/apk", "link_type":"other" }] } }' \ --request POST https://gitlab.e.foundation/api/v4/projects/${CI_PROJECT_ID}/releases --request POST https://gitlab.e.foundation/api/v4/projects/${CI_PROJECT_ID}/releases