Skip to content
Snippets Groups Projects
Commit da0533fb authored by Isabelle Josephine Karal's avatar Isabelle Josephine Karal :mushroom:
Browse files

builed and release error fix missing Anführungszeichen

parent d95cd6ae
No related branches found
No related tags found
No related merge requests found
Pipeline #72863 failed
...@@ -55,11 +55,11 @@ job_release: ...@@ -55,11 +55,11 @@ job_release:
- apt update - apt update
- apt install -y ca-certificates curl - apt install -y ca-certificates curl
- update-ca-certificates - update-ca-certificates
- export version="${CI_COMMIT_SHA}" - export version="${CI_COMMIT_SHA}" #https://docs.gitlab.com/ee/ci/variables/predefined_variables.html
script: #https://docs.gitlab.com/ee/ci/variables/predefined_variables.html script: #https://docs.gitlab.com/ee/ci/variables/predefined_variables.html
- | - |
for artifact in ./artifacts/*; do for artifact in ./artifacts/*; do
chmod +x ${artifact} chmod +x "${artifact}"
curl \ curl \
--header "JOB-TOKEN: ${CI_JOB_TOKEN}" \ --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
--upload-file ${artifact} \ --upload-file ${artifact} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment