Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fe036183 authored by ADILI Robin's avatar ADILI Robin
Browse files

output to file

parent 3dedc767
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,5 @@ do
archive=${a//\//}.tar.gz
tar -cvf ${archive} ${a}
path=$(curl --request POST --header "PRIVATE-TOKEN: $GITLAB_TOKEN" --form "file=@${archive}" "https://gitlab.inria.fr/api/v4/projects/${projectid}/uploads"|jq '.full_path')
echo "https://gitlab.inria.fr${path//\"/}"
echo "https://gitlab.inria.fr${path//\"/}" >> links
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment