Skip to content
Snippets Groups Projects
Commit c7252cd8 authored by Roberto Bochet's avatar Roberto Bochet
Browse files

Update .gitlab-ci.yml file

parent e0ffcac3
No related branches found
No related tags found
1 merge request!24Vite test
Pipeline #3386 passed
......@@ -14,8 +14,8 @@ test:
- export REGISTRY_URL=https://${CI_SERVER_HOST}/api/v4/projects/${CI_PROJECT_ID}/packages/npm/
- cat package.json
- >
jq ". += { \"publishConfig\": { \"${COMPANY}:registry\": \"${REGISTRY_URL}\" } }" package.json > package.tmp.json
cat package.tmp.json
jq ". += { \"publishConfig\": { \"${COMPANY}:registry\": \"${REGISTRY_URL}\" } }" package.json > package.tmp.json
- cat package.tmp.json
- cat package.json
- echo "${SCOPE}:registry=https://${CI_SERVER_HOST}/api/v4/projects/${CI_PROJECT_ID}/packages/npm/" > .npmrc
- echo "//${CI_SERVER_HOST}/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}" >> .npmrc
......
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