Loading .gitlab-ci.yml +2 −1 Original line number Original line Diff line number Diff line Loading @@ -45,7 +45,8 @@ publish: - branches # Do not run this job on a branch - branches # Do not run this job on a branch script: script: - | - | curl --header 'Content-Type: application/json' --header "PRIVATE-TOKEN: PiVjuc3jbF1rMzKk4AyY" \ curl --fail --output "/dev/null" --silent --show-error --write-out "HTTP response: ${http_code}\n\n" \ --header 'Content-Type: application/json' --header "PRIVATE-TOKEN: PiVjuc3jbF1rMzKk4AyY" \ --data '{ "ref":"$CI_COMMIT_SHA","name": "$CI_COMMIT_TAG", "tag_name": "$CI_COMMIT_TAG", "description": "$CI_COMMIT_MESSAGE", "assets": { "links": [{ "name": "GMSCore.apk", "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": "GMSCore.apk", "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/149/releases --request POST https://gitlab.e.foundation/api/v4/projects/149/releases Loading
.gitlab-ci.yml +2 −1 Original line number Original line Diff line number Diff line Loading @@ -45,7 +45,8 @@ publish: - branches # Do not run this job on a branch - branches # Do not run this job on a branch script: script: - | - | curl --header 'Content-Type: application/json' --header "PRIVATE-TOKEN: PiVjuc3jbF1rMzKk4AyY" \ curl --fail --output "/dev/null" --silent --show-error --write-out "HTTP response: ${http_code}\n\n" \ --header 'Content-Type: application/json' --header "PRIVATE-TOKEN: PiVjuc3jbF1rMzKk4AyY" \ --data '{ "ref":"$CI_COMMIT_SHA","name": "$CI_COMMIT_TAG", "tag_name": "$CI_COMMIT_TAG", "description": "$CI_COMMIT_MESSAGE", "assets": { "links": [{ "name": "GMSCore.apk", "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": "GMSCore.apk", "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/149/releases --request POST https://gitlab.e.foundation/api/v4/projects/149/releases