Skip to content
Snippets Groups Projects
Verified Commit a0531ec7 authored by Jan Loewe's avatar Jan Loewe :speech_balloon:
Browse files

ci: fix yarnrc for ci

parent 040ff359
No related branches found
No related tags found
1 merge request!9[CI] add release and publish pipeline
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
......@@ -125,8 +125,6 @@ release_job:
deploy:
stage: deploy
needs: ["proxy"]
before_script:
- corepack enable
script:
- *yarn-install
- yarn npm publish
......@@ -5,5 +5,8 @@ npmPublishRegistry: "${CI_API_V4_URL:-https://gitlab1.ptb.de/api/v4}/projects/${
npmScopes:
d-ptb:
npmRegistryServer: "${CI_API_V4_URL:-https://gitlab1.ptb.de/api/v4}/packages/npm/"
npmRegistries:
"${CI_API_V4_URL:-https://gitlab1.ptb.de/api/v4}/projects/${CI_PROJECT_ID:-105}/packages/npm/":
npmAlwaysAuth: true
npmAuthToken: "${NPM_AUTH_TOKEN:-}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment