Update .gitlab-ci.yml file
This commit is contained in:
parent
9dceb2e6ae
commit
e209918232
1 changed files with 3 additions and 1 deletions
|
|
@ -96,6 +96,8 @@ release_job:
|
||||||
- echo {\"path\":\"/release/v0_$CI_PIPELINE_IID/$RELEASE_APK\", "settings":{\"access\":\"viewer\", \"allow_download\":true}} >> data.json
|
- echo {\"path\":\"/release/v0_$CI_PIPELINE_IID/$RELEASE_APK\", "settings":{\"access\":\"viewer\", \"allow_download\":true}} >> data.json
|
||||||
- |
|
- |
|
||||||
content=$(curl -X POST https://api.dropboxapi.com/2/sharing/create_shared_link_with_settings --header "Authorization: Bearer $token" --header "Content-Type: application/json" --data @data.json)
|
content=$(curl -X POST https://api.dropboxapi.com/2/sharing/create_shared_link_with_settings --header "Authorization: Bearer $token" --header "Content-Type: application/json" --data @data.json)
|
||||||
url=$(echo $content | jq -r ".url")
|
- echo $content
|
||||||
|
- url=$(echo $content | jq -r ".url")
|
||||||
|
- echo url
|
||||||
|
|
||||||
|
|
||||||
Reference in a new issue