Skip to content
Snippets Groups Projects
Commit f0be64f0 authored by GATEAU Thibault's avatar GATEAU Thibault
Browse files

[doc] adding variables for pushing on package regsitry

parent a1368ac5
No related branches found
No related tags found
No related merge requests found
......@@ -144,4 +144,16 @@ it gives things like that (video of Gérald) :
https://gitlab.isae-supaero.fr/hy7one/presentations/hycube/-/packages/24
## package registry
TOKEN=XXXXXXXXXX
FILE=JSatOrb_StandAlone_v01.tar.bz2
URL=https://gitlab.isae-supaero.fr/api/v4/projects
ID=163
PATH=packages/generic/JSatOrb_StandAlone/1.0.0/JSatOrb_StandAlone?status=default
curl --header "PRIVATE-TOKEN: ${TOKEN}" --upload-file ${FILE} "${URL}/${ID}/${PATH}"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment