Skip to content
Snippets Groups Projects
Commit da2127b0 authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Fix: correct gitlab url

parent 7a686f41
No related branches found
No related tags found
No related merge requests found
Pipeline #110123 failed
; Set URL for your scoped packages. ; Set URL for your scoped packages.
; For example package with name `@coscine/bar` will use this URL for download ; For example package with name `@coscine/bar` will use this URL for download
@coscine:registry=https://gitlab.com/api/v4/packages/npm/ @coscine:registry=https://git.rwth-aachen.de/api/v4/packages/npm/
; Add the OAuth token for the scoped packages URL. This will allow you to download ; Add the OAuth token for the scoped packages URL. This will allow you to download
; `@coscine/` packages from private projects. ; `@coscine/` packages from private projects.
//gitlab.com/api/v4/packages/npm/:_authToken=${NPM_TOKEN} //git.rwth-aachen.de/api/v4/packages/npm/:_authToken=${NPM_TOKEN}
; Add OAuth token for uploading to the registry. Replace <your_project_id> ; Add OAuth token for uploading to the registry. Replace <your_project_id>
; with the project you want your package to be uploaded to. ; with the project you want your package to be uploaded to.
//gitlab.com/api/v4/projects/26381/packages/npm/:_authToken=${NPM_TOKEN} //git.rwth-aachen.de/api/v4/projects/26381/packages/npm/:_authToken=${NPM_TOKEN}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment