Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 648 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 648 Bytes

Will not be maintained

This was just a proof of concept for us and we're no longer using it.
It will not be maintained by our team.
Maybe someone else gets inspired and therefore it could be helpful.

Install

npm install verdaccio-gitlab-ci --save

Configuration

auth:
  gitlab-ci:
    url: https://gitlab.com
    #url: https://privategitlab.example.com

In gitlab, project -> settings -> repository -> deploy-tokens

Local Dev

npm install
mkdir node_modules/verdaccio-gitlab-ci
ln -s `pwd`/index.js node_modules/verdaccio-gitlab-ci/
ln -s `pwd`/package.json node_modules/verdaccio-gitlab-ci/