Skip to content
Snippets Groups Projects
Commit dbc8d136 authored by ewbo4360's avatar ewbo4360 :sunflower:
Browse files

trying to patch the artifact publishing: wrong curl option

parent 79f9602b
No related branches found
No related tags found
No related merge requests found
Pipeline #74555 passed
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
chmod +x ${artifact} chmod +x ${artifact}
curl \ curl \
--header "JOB-TOKEN: ${CI_JOB_TOKEN}" \ --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
--upload-files ${artifact} \ --upload-file ${artifact} \
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/artifacts/${version}/" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/artifacts/${version}/"
done done
environment: production environment: production
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment