Skip to content
Snippets Groups Projects
Verified Commit 54318b59 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

[CI] Drop not working upload to Gitlab CI

parent 4345fdcc
No related branches found
No related tags found
No related merge requests found
Pipeline #131163 failed
......@@ -2,7 +2,6 @@ image: node:latest
stages:
- test
- deploy
lint-test-job:
stage: test
......@@ -10,12 +9,3 @@ lint-test-job:
- npm install
- npm run lint
deploy_gitlab:
stage: deploy
script:
- |
{
echo "@${CI_PROJECT_ROOT_NAMESPACE}:registry=${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/npm/"
echo "${CI_API_V4_URL#https?}/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=\${CI_JOB_TOKEN}"
} | tee -a .npmrc
- npm publish
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