Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 757ae7c3 authored by PETIT Manuel's avatar PETIT Manuel
Browse files

Try to get the tutorials.zip

parent 9b755d2e
No related branches found
No related tags found
No related merge requests found
Pipeline #1097445 failed
......@@ -115,7 +115,7 @@ create_release:
script:
- echo "Creating release and attaching tutorials.zip..."
- echo "Using tag $CI_COMMIT_REF_NAME"
- ls -l
- ls -R
- 'curl --header "PRIVATE-TOKEN: $CI_JOB_TOKEN" --upload-file tutorials.zip "$CI_API_V4_URL/projects/$CI_PROJECT_ID/uploads" > upload_response.json'
- 'UPLOAD_URL=$(jq -r ".url" upload_response.json)'
- echo "ZIP File uploaded and accessible at $UPLOAD_URL"
......
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