Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 \ Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 \ Loading