version 0.1.0 release

2 jobs for 0.1.0 in 40 seconds (queued for 2 seconds)
Name Stage Failure
failed
release Test
$ echo ${CI_COMMIT_TAG}
0.1.0
$ echo ${CI_API_V4_URL}
https://transfer.hft-stuttgart.de/gitlab/api/v4
$ echo ${CI_PROJECT_URL}
https://transfer.hft-stuttgart.de/gitlab/hft_gitlab/regionchooser
$ UPLOAD_RESULT = curl --request POST --header 'PRIVATE-TOKEN: ${TOKEN}' --form "file=@${FILE}" ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/uploads
bash: line 102: UPLOAD_RESULT: command not found
ERROR: Job failed: exit status 1