Commit 3d3eb58f authored by Matthias Betz's avatar Matthias Betz
Browse files

Update .gitlab-ci.yml

parent 43b0f9b4
Pipeline #292 failed with stage
in 38 seconds
......@@ -15,7 +15,7 @@ release:
- echo ${CI_COMMIT_TAG}
- echo ${CI_API_V4_URL}
- echo ${CI_PROJECT_URL}
- 'UPLOAD_RESULT = curl --request POST --header ''PRIVATE-TOKEN: ${TOKEN}'' --form "file=@${FILE}" ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/uploads'
- 'UPLOAD_RESULT= curl --request POST --header ''PRIVATE-TOKEN: ${TOKEN}'' --form "file=@${FILE}" ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/uploads'
- echo ${UPLOAD_RESULT}
- FILE_URL = echo $UPLOAD_RESULT | python -c 'import json,sys;obj=json.load(sys.stdin);print obj["url"]'
- echo ${FILE_URL}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment