Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ publish: # - branches # Do not run this job on a branch script: - | curl --fail --output \ curl --fail --output "/dev/null" --silent --show-error --write-out "HTTP response: ${http_code}\n\n" \ --data '{"ref": "dev","tag_name": "v21.10.2020", "name": "v21.10.2020","description": "Testing Release","assets": {"links":[{"name": "v21.10.2020", "url": "https://gitlab.e.foundation/api/v4/projects/${CI_PROJECT_ID}/jobs/artifacts/v21.10.2020/download?job=build","filepath": "play-services-core/build/outputs/apk/", "link_type":"other"}]}}' \ --header "Content-Type: application/json" \ --header "PRIVATE-TOKEN: dPh6x22D5jK4EJmry1rx" \ Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ publish: # - branches # Do not run this job on a branch script: - | curl --fail --output \ curl --fail --output "/dev/null" --silent --show-error --write-out "HTTP response: ${http_code}\n\n" \ --data '{"ref": "dev","tag_name": "v21.10.2020", "name": "v21.10.2020","description": "Testing Release","assets": {"links":[{"name": "v21.10.2020", "url": "https://gitlab.e.foundation/api/v4/projects/${CI_PROJECT_ID}/jobs/artifacts/v21.10.2020/download?job=build","filepath": "play-services-core/build/outputs/apk/", "link_type":"other"}]}}' \ --header "Content-Type: application/json" \ --header "PRIVATE-TOKEN: dPh6x22D5jK4EJmry1rx" \ Loading